This commit is contained in:
Mike McNeil 2021-07-06 15:13:47 -05:00
parent d9431e4da5
commit 2cea0c8c2c

View file

@ -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 <ajax-form>.
'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' },
};