mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
wip requests
This commit is contained in:
parent
f44d8896cb
commit
699ac294ec
5 changed files with 186 additions and 112 deletions
|
@ -21,6 +21,7 @@ from registrar.views.admin_views import (
|
|||
)
|
||||
|
||||
from registrar.views.domain_request import Step
|
||||
from registrar.views.domain_requests_json import get_domain_requests_json
|
||||
from registrar.views.domains_json import get_domains_json
|
||||
from registrar.views.utility import always_404
|
||||
from api.views import available, get_current_federal, get_current_full
|
||||
|
@ -195,6 +196,7 @@ urlpatterns = [
|
|||
name="domain-user-delete",
|
||||
),
|
||||
path('get-domains-json/', get_domains_json, name='get_domains_json'),
|
||||
path('get-domain-requests-json/', get_domain_requests_json, name='get_domain_requests_json'),
|
||||
]
|
||||
|
||||
# Djangooidc strips out context data from that context, so we define a custom error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue