mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
removed subdomains view and references
This commit is contained in:
parent
3ae411d464
commit
945c54adc7
8 changed files with 1 additions and 68 deletions
|
@ -90,11 +90,6 @@ urlpatterns = [
|
|||
views.DomainNameserversView.as_view(),
|
||||
name="domain-dns-nameservers",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/dns/subdomains",
|
||||
views.DomainSubdomainsView.as_view(),
|
||||
name="domain-dns-subdomains",
|
||||
),
|
||||
path(
|
||||
"domain/<int:pk>/dns/dnssec",
|
||||
views.DomainDNSSECView.as_view(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue