mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
developing new components in lektor ui for ux improvements; anw function now explicitely in extension schema
This commit is contained in:
@@ -47,9 +47,8 @@ export default {
|
||||
return result;
|
||||
}
|
||||
const baseURL = FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + "/";
|
||||
console.log(baseURL)
|
||||
const fhcApiAxios = axios.create({
|
||||
timeout: 5000,
|
||||
timeout: 500000,
|
||||
baseURL: FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + "/"
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user