UNPKG

generator-sails-rest-api

Version:

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

9 lines (6 loc) 123 B
"use strict"; module.exports = data => { const response = data; this.res.status(200); this.res.jsonx(response); };