UNPKG

fh-rest-express-router

Version:
11 lines (9 loc) 179 B
'use strict'; // The name mappings from HTTP methods to CRUDL functions module.exports = { create: 'POST', read: 'GET', update: 'PUT', delete: 'DELETE', list: 'GET' };