mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Tweak settings for new branch
This commit is contained in:
parent
f147f8c2ab
commit
0edd42dac7
5 changed files with 6 additions and 6 deletions
|
@ -11,6 +11,7 @@ from registrar.views import health, index, whoami
|
|||
|
||||
urlpatterns = [
|
||||
path("", index.index, name="home"),
|
||||
path("whoami", whoami.whoami, name="whoami"),
|
||||
path("admin/", admin.site.urls),
|
||||
path("health/", health.health),
|
||||
path("openid/", include("djangooidc.urls")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue