UNPKG

generator-sails-rest-api

Version:

Yeoman generator that provides already configured and optimized Sails REST API with bundle of predefined features

13 lines (9 loc) 154 B
"use strict"; /** * <%= name %> * @description :: Policy that ... */ module.exports = (req, res, next) => { // Do your logic here... next(); };