Skip to content

Commit

Permalink
remove auth from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Nov 11, 2024
1 parent e8acf0e commit d98396f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openaq_api/openaq_api/v3/routers/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

router = APIRouter(
prefix="/auth",
include_in_schema=True,
include_in_schema=False,
)


Expand Down

0 comments on commit d98396f

Please sign in to comment.