dns url redirects to case

This commit is contained in:
2022-02-24 14:38:54 +00:00
parent eb1f934969
commit 2d97d6a1ce
10 changed files with 341 additions and 31 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ module.exports = {
"/newappeal": ["newappeal"],
"/newappeal/*": ["newappeal"],
"/newappeal/selectappeal": ["newappeal"],
"/dns/*": ["dnsCommon"],
"/dns/*": ["dnsCommon", "case", "common"],
"/dns/[developmentName]": ["dnsCommon", "case", "common"],
"/dns": ["dnsCommon", "dnsHome"],
"/dns/applications": ["dnsCommon", "dnsApplications"],
"/dns/application-view": ["dnsCommon", "dnsApplicationView"],