From 7d94a348415fe05e585cac00e5c4ece342a2456e Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 4 Feb 2026 12:19:09 +0000 Subject: [PATCH] fix([2fd88f42]): remove incorrect rewrite rule from vite proxy --- heatmap-tool/frontend/vite.config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/heatmap-tool/frontend/vite.config.ts b/heatmap-tool/frontend/vite.config.ts index 7fba83a1..02d50a43 100644 --- a/heatmap-tool/frontend/vite.config.ts +++ b/heatmap-tool/frontend/vite.config.ts @@ -9,7 +9,6 @@ export default defineConfig({ '/api': { target: 'http://backend:8000', changeOrigin: true, - rewrite: (path) => path.replace(/^\/api/, ''), }, } }