Remove backslash for default route in api_chat

This commit is contained in:
sabaimran
2024-02-20 20:09:44 -08:00
parent 699545366b
commit f8ec6b4464

View File

@@ -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,