diff --git a/website/config/routes.js b/website/config/routes.js index 15738e4f55..119defa443 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -290,17 +290,6 @@ module.exports.routes = { // ╩╩ ╩╩ ╩╚═╝╩╝╚╝╚═╝ └─┴─┘┴ ┴┘└┘─┴┘┴┘└┘└─┘ ┴ ┴ ┴└─┘└─┘└─┘─┘ 'GET /imagine/unused-software': { action: 'imagine/view-unused-software' }, - 'GET /imagine/launch-party': { - action: 'imagine/view-launch-party', - locals: { - layout: 'layouts/layout-sandbox', - pageTitleForMeta: 'Fleet MDM launch party waitlist | Fleet for osquery', - pageDescriptionForMeta: 'Celebrate with us at our MDM launch party on April 27th, 2023 at Press Club. Meet our team, enjoy drinks and learn how our MDM solution can benefit your organization.', - headerCTAHidden: true, - } - }, - - // ╦ ╔═╗╔═╗╔═╗╔═╗╦ ╦ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ // ║ ║╣ ║ ╦╠═╣║ ╚╦╝ ╠╦╝║╣ ║║║╠╦╝║╣ ║ ║ ╚═╗ // ╩═╝╚═╝╚═╝╩ ╩╚═╝ ╩ ╩╚═╚═╝═╩╝╩╩╚═╚═╝╚═╝ ╩ ╚═╝ @@ -393,6 +382,7 @@ module.exports.routes = { 'GET /test-fleet-sandbox': '/try-fleet/register', 'GET /unsubscribe': (req,res)=> { let originalQueryString = req.url.match(/\?(.+)$/) ? req.url.match(/\?(.+)$/)[1] : ''; return res.redirect(301, sails.config.custom.baseUrl+'/api/v1/unsubscribe-from-all-newsletters?'+originalQueryString);}, 'GET /tables': '/tables/account_policy_data', + 'GET /imagine/launch-party': 'https://www.eventbrite.com/e/601763519887', // Sitemap // =============================================================================================================