developing new components in lektor ui for ux improvements; anw function now explicitely in extension schema

This commit is contained in:
Johann Hoffmann
2024-09-20 13:12:50 +02:00
parent 79d23a4557
commit a2e4704223
+1 -2
View File
@@ -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 + "/"
});