rocket
Version:
The rapid development framework for node.js
20 lines (13 loc) • 335 B
JavaScript
exports.index = function() {}
exports.show = function() {}
exports.update = function() {}
exports.create = function() {}
exports.new = function() {}
exports.destroy = function() {}
exports.custom = {
get: function() {}
, put: function() {}
, del: function() {}
, post: function() {}
}
exports.allCustom = function() {}