mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Remove route for mdm migration webhook (#17040)
Closes: https://github.com/fleetdm/confidential/issues/5419 Changes: - Removed the route for the `receive-from-customer-fleet-instance` webhook
This commit is contained in:
parent
a34863fea0
commit
75c27c18c5
1 changed files with 0 additions and 1 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -557,7 +557,6 @@ module.exports.routes = {
|
|||
'POST /api/v1/webhooks/receive-usage-analytics': { action: 'webhooks/receive-usage-analytics', csrf: false },
|
||||
'/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-customer-fleet-instance': { action: 'webhooks/receive-from-customer-fleet-instance', csrf: false},
|
||||
|
||||
// ╔═╗╔═╗╦ ╔═╗╔╗╔╔╦╗╔═╗╔═╗╦╔╗╔╔╦╗╔═╗
|
||||
// ╠═╣╠═╝║ ║╣ ║║║ ║║╠═╝║ ║║║║║ ║ ╚═╗
|
||||
|
|
|
|||
Loading…
Reference in a new issue