From 15b18d342187816a655b28e59be97c245be93a09 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 4 Aug 2026 20:50:52 +0000 Subject: [PATCH] Update frontend/vite.config.ts --- frontend/vite.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index 0c14ab3..e48c29f 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -7,6 +7,10 @@ export default defineConfig({ host: '0.0.0.0', port: 5173, proxy: { + '/auth': { + target: 'http://127.0.0.1:8000', + changeOrigin: true, + }, '/inventory': { target: 'http://127.0.0.1:8000', changeOrigin: true,