Skip to content

Commit

Permalink
remote auth for list surveys for dployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpivo committed Sep 3, 2024
1 parent 029827c commit ccd19e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sadco/api/routers/survey.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
@router.get(
'/surveys',
response_model=Page[SurveyListItemModel],
dependencies=[Depends(Authorize(SADCOScope.SURVEYS_READ))],
# dependencies=[Depends(Authorize(SADCOScope.SURVEYS_READ))],
)
async def list_surveys(
paginator: Paginator = Depends(),
Expand Down

0 comments on commit ccd19e4

Please sign in to comment.