Allow refreshing the oauth token in the frontend
This commit is contained in:
parent
5451c297c2
commit
659df00cc9
3 changed files with 7 additions and 3 deletions
|
|
@ -77,6 +77,10 @@ export default defineConfig({
|
|||
target: "http://127.0.0.1:9003",
|
||||
changeOrigin: false,
|
||||
},
|
||||
"/oauth": {
|
||||
target: "http://127.0.0.1:9003",
|
||||
changeOrigin: false,
|
||||
},
|
||||
"/qr-code": {
|
||||
target: "http://127.0.0.1:9003",
|
||||
changeOrigin: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue