Skip to content

Commit

Permalink
feature: add upload file permissions to search-component api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Jan 9, 2025
1 parent e9ae69c commit 4235bba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontends/dashboard/src/components/Routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export const ApiRoutes = {
"GET /api/chunk/{chunk_id}",
"GET /api/chunk_group/tracking_id/{tracking_id}",
"GET /api/chunk_group/{group_id}",
"POST /api/file",
"GET /api/file/{file_id}",
],
"api/analytics/*": [
"POST /api/analytics/rag",
Expand Down

0 comments on commit 4235bba

Please sign in to comment.