UNPKG

rapidly

Version:

This helper can help you set your API routes/actions rapidly based on Express.js

4 lines (3 loc) 84 B
module.exports = function(req, res, next) { res.send('Create Successfully'); };