Update routes.js with Black Hat 2023 URL (#13234)

This commit is contained in:
Zach Wasserman
2023-08-09 07:47:47 -07:00
committed by GitHub
parent e8060e5085
commit 0f99f2aec0
+1
View File
@@ -483,6 +483,7 @@ module.exports.routes = {
'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',
'GET /blackhat2023': 'https://github.com/fleetdm/fleet/tree/main/tools/blackhat-mdm', // Assets from @marcosd4h & @zwass Black Hat 2023 talk
// Fleet UI
// =============================================================================================================