This commit is contained in:
Annika Merris 2024-03-02 20:38:00 -05:00
parent 42e9b2f628
commit 6eb298c0b9

View file

@ -57,6 +57,7 @@ export const usePowerItems = defineStore('powerItems', () => {
} }
throw new Error("Could not fetch config") throw new Error("Could not fetch config")
}) })
console.log("get: " + apiBaseURL)
axios axios
.get(apiBaseURL + '/powerItems/byType/' + BLESSING + '/asMap', noCacheConfig) .get(apiBaseURL + '/powerItems/byType/' + BLESSING + '/asMap', noCacheConfig)
.then((resp) => { .then((resp) => {