Change request url
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
gitea/hedera-web/pipeline/pr-beta This commit looks good
Details
This commit is contained in:
parent
ce792f7bf6
commit
c2745a673c
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue