UNPKG

apinode

Version:

An API server that can greatly reduce the work needed to implment API services. It can also cooperate with other API node to make it a mesh of services.

10 lines (9 loc) 200 B
/*! * devapi:cmd * authors: Ben Lue * Copyright(c) 2015 Conwell Inc. */ var userUtil = require('./util/userUtil.js'); exports.init = function(options) { userUtil.setFileRoot( options.fileRoot ); };