We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ae69c commit 917949fCopy full SHA for 917949f
frontends/dashboard/src/components/Routes.ts
@@ -41,6 +41,8 @@ export const ApiRoutes = {
41
"GET /api/chunk/{chunk_id}",
42
"GET /api/chunk_group/tracking_id/{tracking_id}",
43
"GET /api/chunk_group/{group_id}",
44
+ "POST /api/file",
45
+ "GET /api/file/{file_id}",
46
],
47
"api/analytics/*": [
48
"POST /api/analytics/rag",
0 commit comments