Skip to content

Commit

Permalink
Re-add authenticated decorator to api_chat.py /chat endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Aug 19, 2024
1 parent 2c53503 commit 2d9dd81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/khoj/routers/api_chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,7 @@ async def set_conversation_title(


@api_chat.get("")
@requires(["authenticated"])
async def chat(
request: Request,
common: CommonQueryParams,
Expand Down

0 comments on commit 2d9dd81

Please sign in to comment.