diff --git a/src/khoj/routers/api_chat.py b/src/khoj/routers/api_chat.py index 62b90e60..bf9746cb 100644 --- a/src/khoj/routers/api_chat.py +++ b/src/khoj/routers/api_chat.py @@ -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,