feat(home): add drag file to chat input, add settings config API
This commit is contained in:
@@ -51,4 +51,13 @@ router.post(
|
||||
}),
|
||||
)
|
||||
|
||||
router.get(
|
||||
'/config',
|
||||
asyncHandler(async (req: Request, res: Response) => {
|
||||
successResponse(res, {
|
||||
notebookRoot: NOTEBOOK_ROOT,
|
||||
})
|
||||
}),
|
||||
)
|
||||
|
||||
export default router
|
||||
|
||||
Reference in New Issue
Block a user