mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Merge branch 'main' into nmb/rbac
This commit is contained in:
commit
2451cd8d11
29 changed files with 512 additions and 270 deletions
|
@ -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"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue