Skip to content

Commit

Permalink
Hide activate endpoint
Browse files Browse the repository at this point in the history
Actually it's internal endpoint.
  • Loading branch information
koldakov committed Jun 17, 2024
1 parent 78da7e2 commit e39a743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futuramaapi/routers/users/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ async def get_me(

@router.get(
"/activate",
include_in_schema=False,
responses={
status.HTTP_401_UNAUTHORIZED: {
"model": UnauthorizedResponse,
Expand Down

0 comments on commit e39a743

Please sign in to comment.