whitespace
This commit is contained in:
parent
37e608517e
commit
87686f4e5e
|
@ -185,6 +185,7 @@ function getApi(pkgConf, pkgDeps, packagedApi) {
|
|||
// /api/com.example.foo => /
|
||||
packagedApi._api.use('/api/' + packagedApi.id, function (req, res, next) {
|
||||
// console.log('api mangle 2:', '/api/' + packagedApi.id, req.url);
|
||||
// console.log(packagedApi._api_app.toString());
|
||||
packagedApi._api_app(req, res, next);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue