authentik.enterprise.stages.source.urls

API URLs

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