fhcapi use factory merge

This commit is contained in:
Johann Hoffmann
2024-06-10 17:23:37 +02:00
parent 52a55a018c
commit e7e5d76531
+2 -1
View File
@@ -46,7 +46,8 @@ export default {
result.meta.response = response;
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,
baseURL: FHC_JS_DATA_STORAGE_OBJECT.app_root + FHC_JS_DATA_STORAGE_OBJECT.ci_router + "/"