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,