Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiog1901 committed Jul 16, 2023
1 parent 86cad01 commit 15b84a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worst_crm/routers/admin/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


@router.get(
"{name}",
"/{name}",
dependencies=[Security(dep.get_current_user, scopes=["admin"])],
)
async def get_model(name: ModelName) -> Model | None:
Expand Down

0 comments on commit 15b84a7

Please sign in to comment.