diff --git a/src/stores/app.js b/src/stores/app.js index d03f09eb..ddc787c5 100644 --- a/src/stores/app.js +++ b/src/stores/app.js @@ -59,7 +59,7 @@ export const useAppStore = defineStore('hedera', { async loadConfig() { try { - const { data } = await api.get('/ImageConfigs/getImageConfig'); + const { data } = await api.get('ImageConfigs'); if (!data) return;