From f8ec6b4464de5d82502ea79ac72b6cd8e47b0397 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 20 Feb 2024 20:09:44 -0800 Subject: [PATCH] Remove backslash for default route in api_chat --- src/khoj/routers/api_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,