Skip to content

Commit 917949f

Browse files
committed
feature: add upload file permissions to search-component images
1 parent e9ae69c commit 917949f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontends/dashboard/src/components/Routes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ export const ApiRoutes = {
4141
"GET /api/chunk/{chunk_id}",
4242
"GET /api/chunk_group/tracking_id/{tracking_id}",
4343
"GET /api/chunk_group/{group_id}",
44+
"POST /api/file",
45+
"GET /api/file/{file_id}",
4446
],
4547
"api/analytics/*": [
4648
"POST /api/analytics/rag",

0 commit comments

Comments
 (0)