mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-11 10:56:31 -05:00
Debug
This commit is contained in:
parent
6eb298c0b9
commit
e6b3f4142f
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ export const usePowerItems = defineStore('powerItems', () => {
|
|||
async function fetchBlessingItems() {
|
||||
getConfig().then((conf: Config | null) => {
|
||||
if (conf !== null) {
|
||||
console.log(conf)
|
||||
apiBaseURL = conf.apiBaseURL
|
||||
return conf
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue