mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Redirect old macos-settings route to new custom macos settings page, rather than disk encryption (#11472)
Seems like a more appropriate place for that redirection.
This commit is contained in:
parent
9515a515de
commit
2fa1b982da
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
@ -349,7 +349,7 @@ module.exports.routes = {
|
||||
'GET /handbook/security/security-policies':'/handbook/business-operations/security-policies#information-security-policy-and-acceptable-use-policy',// « reasoning: https://github.com/fleetdm/fleet/pull/9624
|
||||
'GET /handbook/handbook': '/handbook/company/handbook',
|
||||
'GET /handbook/company/product-groups': '/handbook/company/development-groups',
|
||||
'GET /docs/using-fleet/mdm-macos-settings': '/docs/using-fleet/mdm-disk-encryption',
|
||||
'GET /docs/using-fleet/mdm-macos-settings': '/docs/using-fleet/mdm-custom-macos-settings',
|
||||
'GET /platform': (req,res)=> {return res.redirect(302, '/');},// FUTURE: change this to a 301 (permanent) redirect once we are sure what the page that replaces this is.
|
||||
|
||||
// ╔╦╗╦╔═╗╔═╗ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ ┬ ╔╦╗╔═╗╦ ╦╔╗╔╦ ╔═╗╔═╗╔╦╗╔═╗
|
||||
|
Loading…
Reference in New Issue
Block a user