From 09737b4d4c95b540731e7db373c88caaa50175b9 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 20 Feb 2024 10:42:56 +0100 Subject: [PATCH] logout now works in dev mode --- commafeed-client/vite.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/commafeed-client/vite.config.ts b/commafeed-client/vite.config.ts index 8fe43139..beb2d544 100644 --- a/commafeed-client/vite.config.ts +++ b/commafeed-client/vite.config.ts @@ -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: {