From f7bda934c703843f3fb9e570c02bfcece3f41766 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Tue, 30 Apr 2024 17:02:09 -0500 Subject: [PATCH] Website: Convenience redirect for admin pages (#18606) --- website/config/routes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/config/routes.js b/website/config/routes.js index 7ad2a790a0..cbb989073a 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -439,6 +439,7 @@ module.exports.routes = { // // For example, a clever user might try to visit fleetdm.com/documentation, not knowing that Fleet's website // puts this kind of thing under /docs, NOT /documentation. These "convenience" redirects are to help them out. + 'GET /admin': '/admin/email-preview', 'GET /renew': 'https://calendly.com/zayhanlon/fleet-renewal-discussion', 'GET /documentation': '/docs', 'GET /contribute': '/docs/contributing',