UNPKG

generator-sails-rest-api

Version:

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

8 lines (6 loc) 113 B
"use strict"; module.exports = { index(req, res) { res.status(200).jsonx(sails.hooks.swagger.doc); } };