fix: reload the page when login token expired (#1839)

This commit is contained in:
Himself65
2023-04-06 18:26:53 -05:00
committed by GitHub
parent 5ac36b6f0a
commit efe5444816
10 changed files with 80 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ export default function getConfig() {
gitVersion: 'UNKNOWN',
hash: 'UNKNOWN',
editorVersion: 'UNKNOWN',
serverAPI: 'http://localhost:3000/',
serverAPI: 'http://127.0.0.1:3000/',
enableBroadCastChannelProvider: true,
enableIndexedDBProvider: true,
enableDebugPage: true,