mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-07 05:40:17 +00:00
Remove backslash for default route in api_chat
This commit is contained in:
@@ -209,7 +209,7 @@ async def set_conversation_title(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@api_chat.get("/", response_class=Response)
|
@api_chat.get("", response_class=Response)
|
||||||
@requires(["authenticated"])
|
@requires(["authenticated"])
|
||||||
async def chat(
|
async def chat(
|
||||||
request: Request,
|
request: Request,
|
||||||
|
|||||||
Reference in New Issue
Block a user