mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
add urls and class for status update
This commit is contained in:
parent
e8b7bfb9c4
commit
3ae81b8926
2 changed files with 18 additions and 0 deletions
|
@ -52,6 +52,11 @@ urlpatterns = [
|
|||
views.ApplicationWizard.as_view(),
|
||||
name=views.ApplicationWizard.EDIT_URL_NAME,
|
||||
),
|
||||
path(
|
||||
"application/<id>",
|
||||
views.ApplicationStatus.as_view(),
|
||||
name="application-status"
|
||||
),
|
||||
path("health/", views.health),
|
||||
path("openid/", include("djangooidc.urls")),
|
||||
path("register/", include((application_urls, APPLICATION_NAMESPACE))),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue