authentik.policies.event_matcher.urls

API URLs

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