🔥 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:
parent
f6b892e32c
commit
95588c7dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -8,8 +8,8 @@ const apiRoutes = [
|
|||
"^/chat/*",
|
||||
"/version",
|
||||
"/health",
|
||||
"/flows",
|
||||
"/flows/*",
|
||||
"/flows/",
|
||||
];
|
||||
|
||||
// Use environment variable to determine the target.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue