summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/node-restful/index.js
blob: 08a67955a55afa378e17f31910e4474c7cb763e4 (plain)
1
2
3
module.exports = process.env.RESTFUL_COV
  ? require('./lib-cov/restful')
  : require('./lib/restful');