mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-12 07:24:48 +02:00
review feedback: error checking, timeouts, add .gov if missing
This commit is contained in:
parent
5d9a469ebd
commit
61b4cbf10b
3 changed files with 77 additions and 14 deletions
|
@ -27,7 +27,7 @@ urlpatterns = [
|
|||
path("openid/", include("djangooidc.urls")),
|
||||
path("register/", application_wizard, name="application"),
|
||||
path("register/<step>/", application_wizard, name=APPLICATION_URL_NAME),
|
||||
path("available/<domain>", available, name="available"),
|
||||
path("api/v1/available/<domain>", available, name="available"),
|
||||
]
|
||||
|
||||
if not settings.DEBUG:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue