From 75c27c18c5ff071347b6d78715e7680a809e7581 Mon Sep 17 00:00:00 2001 From: Eric Date: Wed, 21 Feb 2024 12:46:10 -0600 Subject: [PATCH] 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 --- website/config/routes.js | 1 - 1 file changed, 1 deletion(-) diff --git a/website/config/routes.js b/website/config/routes.js index 4ae838ad4c..30ef74d23e 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -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}, // ╔═╗╔═╗╦ ╔═╗╔╗╔╔╦╗╔═╗╔═╗╦╔╗╔╔╦╗╔═╗ // ╠═╣╠═╝║ ║╣ ║║║ ║║╠═╝║ ║║║║║ ║ ╚═╗