fix(router): add new frontend routes for resources and knowledges to preserve route in the browser

- Introduced "/resources" and "/knowledges" routes to the frontendRoutes array in the router configuration, expanding the application's routing capabilities.
This commit is contained in:
Dmitry Ng
2026-05-08 20:46:47 +03:00
parent a9aeb81e4e
commit ba0cee43c8
+2
View File
@@ -53,6 +53,8 @@ var frontendRoutes = []string{
"/flows",
"/settings",
"/templates",
"/resources",
"/knowledges",
"/dashboard",
}