mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-02-16 00:19:32 -06:00
Enhancement: Add support for app oidc (#11756)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
@@ -228,6 +228,7 @@ urlpatterns = [
|
||||
],
|
||||
),
|
||||
),
|
||||
re_path("^auth/headless/", include("allauth.headless.urls")),
|
||||
re_path(
|
||||
"^$", # Redirect to the API swagger view
|
||||
RedirectView.as_view(url="schema/view/"),
|
||||
|
||||
Reference in New Issue
Block a user