authentik.stages.deny.urls

API URLs

1"""API URLs"""
2
3from authentik.stages.deny.api import DenyStageViewSet
4
5api_urlpatterns = [("stages/deny", DenyStageViewSet)]
api_urlpatterns = [('stages/deny', <class 'authentik.stages.deny.api.DenyStageViewSet'>)]