Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wuyu8512 committed Dec 9, 2023
1 parent 1ff1fa5 commit b0b8504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/apiServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if (__DEV__) {
})
}

const apiServer = useStorage((VUE_APP_NAME || 'LightNovelShelf') + '_Api_Server_V2', apiServerOptions[0].value)
const apiServer = useStorage((VUE_APP_NAME || 'LightNovelShelf') + '_Api_Server_V3', apiServerOptions[0].value)

export { apiServer, apiServerOptions }

0 comments on commit b0b8504

Please sign in to comment.