logout now works in dev mode

This commit is contained in:
Athou
2024-02-20 10:42:56 +01:00
parent 88e9a2c2e1
commit 09737b4d4c

View File

@@ -30,6 +30,7 @@ export default defineConfig(env => ({
"/openapi.json": "http://localhost:8083",
"/custom_css.css": "http://localhost:8083",
"/custom_js.js": "http://localhost:8083",
"/logout": "http://localhost:8083",
},
},
build: {