UNPKG

arrowdb

Version:
22 lines (20 loc) 283 B
var arrowDBObject = { Likes: { methods: { create: { httpMethod: 'POST' }, delete: { httpMethod: 'DELETE' }, remove: { httpMethod: 'DELETE', restMethod: 'delete' }, query: { httpMethod: 'GET' } } } }; module.exports = arrowDBObject;