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) 206 B
"use strict"; const social = require('sails-service-social'); const config = require('../../config/services/social'); module.exports = { facebook: social('facebook', config.services.social.facebook) };