mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-08-24 12:06:36 +00:00
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:
@@ -53,6 +53,8 @@ var frontendRoutes = []string{
|
||||
"/flows",
|
||||
"/settings",
|
||||
"/templates",
|
||||
"/resources",
|
||||
"/knowledges",
|
||||
"/dashboard",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user