diff --git a/src/frontend/vite.config.ts b/src/frontend/vite.config.ts index 3909f081c..37c36b15b 100644 --- a/src/frontend/vite.config.ts +++ b/src/frontend/vite.config.ts @@ -8,8 +8,8 @@ const apiRoutes = [ "^/chat/*", "/version", "/health", - "/flows", "/flows/*", + "/flows/", ]; // Use environment variable to determine the target.