mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
Add OAuth2 endpoints
This commit is contained in:
@ -32,6 +32,9 @@ urlpatterns = [
|
||||
path('api/', include('api.urls')),
|
||||
path('permission/', include('permission.urls')),
|
||||
|
||||
# OAuth2 provider
|
||||
path('o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
|
||||
|
||||
# Make coffee
|
||||
path('coffee/', include('django_htcpcp_tea.urls')),
|
||||
]
|
||||
|
Reference in New Issue
Block a user