Skip to content

Commit

Permalink
bugfix: missing generate scope on routes
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev authored and fedhacks committed Dec 17, 2024
1 parent 90fe0a1 commit 44e2314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontends/dashboard/src/components/Routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const ApiRoutes = {
"POST /api/topic",
"POST /api/message",
"PUT /api/message",
"POST /api/chunk/generate",
"POST /api/chunk/recommend",
"POST /api/chunk_group/recommend",
"GET /api/chunk/tracking_id/{tracking_id}",
Expand Down

0 comments on commit 44e2314

Please sign in to comment.