API URLs
1"""API URLs""" 2 3from authentik.brands.api import BrandViewSet 4 5api_urlpatterns = [ 6 ("core/brands", BrandViewSet), 7]