
* format files Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix pyright Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert #8367 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
8 lines
155 B
Python
8 lines
155 B
Python
"""API URLs"""
|
|
|
|
from authentik.blueprints.api import BlueprintInstanceViewSet
|
|
|
|
api_urlpatterns = [
|
|
("managed/blueprints", BlueprintInstanceViewSet),
|
|
]
|