From c2745a673cb73b697c1f28d1b65a4b2760f75259 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Wed, 26 Feb 2025 14:01:22 -0300 Subject: [PATCH] Change request url --- src/stores/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;