mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
Merge pull request #4208 from alphagov/add-internal-routes
Add internal routes
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
{%- set apps = {
|
{%- set apps = {
|
||||||
'notify-admin': {
|
'notify-admin': {
|
||||||
'routes': {
|
'routes': {
|
||||||
'preview': ['www.notify.works'],
|
'preview': ['www.notify.works', 'notify-admin-preview.apps.internal'],
|
||||||
'staging': ['www.staging-notify.works'],
|
'staging': ['www.staging-notify.works', 'notify-admin-staging.apps.internal'],
|
||||||
'production': ['www.notifications.service.gov.uk'],
|
'production': ['www.notifications.service.gov.uk', 'notify-admin-production.apps.internal'],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'notify-admin-prototype': {},
|
'notify-admin-prototype': {},
|
||||||
|
|||||||
Reference in New Issue
Block a user