diff --git a/website/config/routes.js b/website/config/routes.js index 76cdbfbe5f..200d089632 100644 --- a/website/config/routes.js +++ b/website/config/routes.js @@ -67,6 +67,6 @@ module.exports.routes = { // Note that, in this app, these API endpoints may be accessed using the `Cloud.*()` methods // from the Parasails library, or by using those method names as the `action` in . 'POST /api/v1/deliver-contact-form-message': { action: 'deliver-contact-form-message' }, - 'GET /api/v1/receive-usage-analytics': { action: 'receive-usage-analytics' }, + 'POST /api/v1/receive-usage-analytics': { action: 'receive-usage-analytics' }, };