mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Merge pull request #2261 from alphagov/robots.txt
Serve robots.txt from the admin app
This commit is contained in:
@@ -195,6 +195,7 @@ class HeaderNavigation(Navigation):
|
||||
'resend_email_verification',
|
||||
'resume_service',
|
||||
'revoke_api_key',
|
||||
'robots',
|
||||
'send_messages',
|
||||
'send_notification',
|
||||
'send_one_off',
|
||||
@@ -453,6 +454,7 @@ class MainNavigation(Navigation):
|
||||
'resend_email_verification',
|
||||
'resume_service',
|
||||
'roadmap',
|
||||
'robots',
|
||||
'security',
|
||||
'send_notification',
|
||||
'service_dashboard_updates',
|
||||
@@ -641,6 +643,7 @@ class CaseworkNavigation(Navigation):
|
||||
'resume_service',
|
||||
'revoke_api_key',
|
||||
'roadmap',
|
||||
'robots',
|
||||
'security',
|
||||
'send_messages',
|
||||
'send_notification',
|
||||
@@ -863,6 +866,7 @@ class OrgNavigation(Navigation):
|
||||
'resume_service',
|
||||
'revoke_api_key',
|
||||
'roadmap',
|
||||
'robots',
|
||||
'security',
|
||||
'send_messages',
|
||||
'send_notification',
|
||||
|
||||
Reference in New Issue
Block a user