mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
fleetdm.com API follows conventions (#30720)
This commit is contained in:
parent
bc9c2b48ad
commit
faa250680b
1 changed files with 1 additions and 1 deletions
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -989,9 +989,9 @@ module.exports.routes = {
|
|||
'/api/v1/webhooks/github': { action: 'webhooks/receive-from-github', csrf: false },
|
||||
'POST /api/v1/webhooks/receive-from-stripe': { action: 'webhooks/receive-from-stripe', csrf: false },
|
||||
'POST /api/v1/webhooks/receive-from-zapier': { action: 'webhooks/receive-from-zapier', csrf: false },
|
||||
'POST /api/v1/get-est-device-certificate': { action: 'get-est-device-certificate', csrf: false},
|
||||
'POST /api/v1/webhooks/receive-from-clay': { action: 'webhooks/receive-from-clay', csrf: false},
|
||||
'POST /api/v1/webhooks/receive-from-zoom': { action: 'webhooks/receive-from-zoom', csrf: false},
|
||||
'POST /api/v1/get-est-device-certificate': { action: 'get-est-device-certificate', csrf: false},// TODO: change this route to match Sails conventions for webhooks and to be in the webhooks/ folder. Then remove from policies: 'get-est-device-certificate': true, as it'll just be taken care of by being in the right place.
|
||||
|
||||
|
||||
// ╔═╗╔╗╔╔╦╗╦═╗╔═╗╦╔╦╗ ╔═╗╦═╗╔═╗═╗ ╦╦ ╦ ╔═╗╔╗╔╔╦╗╔═╗╔═╗╦╔╗╔╔╦╗╔═╗
|
||||
|
|
|
|||
Loading…
Reference in a new issue