Skip to content

Commit

Permalink
feat(api): Depreciate API v1 permission endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 27, 2024
1 parent 6f7638d commit a77e01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/views/settings/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from core.http.common import Http



@extend_schema(deprecated=True)
class View(views.APIView):

permission_classes = [
Expand Down

0 comments on commit a77e01f

Please sign in to comment.