mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Add fleetdm.com/jobs route (#3411)
This commit is contained in:
parent
5b64985ece
commit
ae8fb5441e
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -158,6 +158,7 @@ module.exports.routes = {
|
|||
'GET /blog': 'https://blog.fleetdm.com',// Currently, Fleet's blog lives outside of this website source code (the Sails app). We always link to fleetdm.com/blog, but since the blog lives elsewhere, we redirect to it.
|
||||
'GET /hall-of-fame': 'https://github.com/fleetdm/fleet/pulse',
|
||||
'GET /apply': 'https://fleet-device-management.breezy.hr',
|
||||
'GET /jobs': 'https://fleet-device-management.breezy.hr',
|
||||
'GET /company/stewardship': 'https://github.com/fleetdm/fleet', // FUTURE: page about how we approach open source and our commitments to the community
|
||||
'GET /legal/terms': 'https://docs.google.com/document/d/1OM6YDVIs7bP8wg6iA3VG13X086r64tWDqBSRudG4a0Y/edit',
|
||||
'GET /legal/privacy': 'https://docs.google.com/document/d/17i_g1aGpnuSmlqj35-yHJiwj7WRrLdC_Typc1Yb7aBE/edit',
|
||||
|
|
|
|||
Loading…
Reference in a new issue