mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Re-add authenticated decorator to api_chat.py /chat endpoint
This commit is contained in:
parent
2c5350329a
commit
2d9dd81e76
1 changed files with 1 additions and 0 deletions
|
@ -518,6 +518,7 @@ async def set_conversation_title(
|
|||
|
||||
|
||||
@api_chat.get("")
|
||||
@requires(["authenticated"])
|
||||
async def chat(
|
||||
request: Request,
|
||||
common: CommonQueryParams,
|
||||
|
|
Loading…
Reference in a new issue