From 95588c7dc90295517996015dbe6052ed2f114fca Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 9 Jun 2023 12:37:14 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20refactor(vite.config.ts):=20remo?= =?UTF-8?q?ve=20unused=20/flows=20route=20from=20apiRoutes=20array=20The?= =?UTF-8?q?=20/flows=20route=20was=20removed=20from=20the=20apiRoutes=20ar?= =?UTF-8?q?ray=20as=20it=20was=20not=20being=20used.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.