Update routes.js with Black Hat 2023 URL (#13234)
This commit is contained in:
Vendored
+1
@@ -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
|
||||
// =============================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user