Skip to content

Commit 44e2314

Browse files
skeptrunedevfedhacks
authored andcommitted
bugfix: missing generate scope on routes
1 parent 90fe0a1 commit 44e2314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontends/dashboard/src/components/Routes.ts

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const ApiRoutes = {
3434
"POST /api/topic",
3535
"POST /api/message",
3636
"PUT /api/message",
37+
"POST /api/chunk/generate",
3738
"POST /api/chunk/recommend",
3839
"POST /api/chunk_group/recommend",
3940
"GET /api/chunk/tracking_id/{tracking_id}",

0 commit comments

Comments
 (0)