🔥 refactor(vite.config.ts): remove unused /flows route from apiRoutes array

The /flows route was removed from the apiRoutes array as it was not being used.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-06-09 12:37:14 -03:00
commit 95588c7dc9

View file

@ -8,8 +8,8 @@ const apiRoutes = [
"^/chat/*",
"/version",
"/health",
"/flows",
"/flows/*",
"/flows/",
];
// Use environment variable to determine the target.