Skip to content

Commit

Permalink
bugfix: include additional routes on public page API key
Browse files Browse the repository at this point in the history
  • Loading branch information
skeptrunedev authored and cdxker committed Dec 17, 2024
1 parent cca758b commit 5a899ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontends/dashboard/src/components/Routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ export const ApiRoutes = {
"POST /api/topic",
"POST /api/message",
"PUT /api/message",
"POST /api/chunk/recommend",
"POST /api/chunk_group/recommend",
"GET /api/chunk/tracking_id/{tracking_id}",
"GET /api/chunk/{chunk_id}",
"GET /api/chunk_group/tracking_id/{tracking_id}",
"GET /api/chunk_group/{group_id}",
],
"api/analytics/*": [
"POST /api/analytics/rag",
Expand Down

0 comments on commit 5a899ca

Please sign in to comment.