Merge branch 'main' into nmb/rbac

This commit is contained in:
Neil Martinsen-Burrell 2023-03-10 10:07:00 -06:00
commit 2451cd8d11
No known key found for this signature in database
GPG key ID: 6A3C818CC10D0184
29 changed files with 512 additions and 270 deletions

View file

@ -53,7 +53,6 @@ urlpatterns = [
name=views.ApplicationWizard.EDIT_URL_NAME,
),
path("health/", views.health),
path("edit_profile/", views.edit_profile, name="edit-profile"),
path("openid/", include("djangooidc.urls")),
path("register/", include((application_urls, APPLICATION_NAMESPACE))),
path("api/v1/available/<domain>", available, name="available"),