mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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"])
|
||||
async def chat(
|
||||
request: Request,
|
||||
|
||||
Reference in New Issue
Block a user