mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Website: add redirect for /try-fleet/fleetctl-preview (#17656)
Closes: #17655 Changes: - Added a redirect for `/try-fleet/fleetctl-preview` going to `/try-fleet`
This commit is contained in:
parent
224a5f89bd
commit
4ce61c0e2e
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
@ -467,6 +467,8 @@ module.exports.routes = {
|
||||
'GET /try-fleet/login': '/login',
|
||||
'GET /try-fleet/register': '/register',
|
||||
'GET /customers/new-license': '/new-license',
|
||||
'GET /try-fleet/fleetctl-preview': '/try-fleet',
|
||||
|
||||
// ╔╦╗╦╔═╗╔═╗ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ ┬ ╔╦╗╔═╗╦ ╦╔╗╔╦ ╔═╗╔═╗╔╦╗╔═╗
|
||||
// ║║║║╚═╗║ ╠╦╝║╣ ║║║╠╦╝║╣ ║ ║ ╚═╗ ┌┼─ ║║║ ║║║║║║║║ ║ ║╠═╣ ║║╚═╗
|
||||
// ╩ ╩╩╚═╝╚═╝ ╩╚═╚═╝═╩╝╩╩╚═╚═╝╚═╝ ╩ ╚═╝ └┘ ═╩╝╚═╝╚╩╝╝╚╝╩═╝╚═╝╩ ╩═╩╝╚═╝
|
||||
|
Loading…
Reference in New Issue
Block a user