Skip to content

Commit ba0cee4

Browse files
committed
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.
1 parent a9aeb81 commit ba0cee4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

backend/pkg/server/router.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ var frontendRoutes = []string{
5353
"/flows",
5454
"/settings",
5555
"/templates",
56+
"/resources",
57+
"/knowledges",
5658
"/dashboard",
5759
}
5860

0 commit comments

Comments
 (0)