Authored by 陈峰

sourcemap api path

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -42,7 +42,7 @@ app.use(convert(body({
})));
app.use(mount('/', webApp));
app.use(mount('/', api));
app.use(mount('/api/', api));
// app.on('error', function(err, ctx) {
// console.log(err);
// switch (ctx.accepts('json', 'html', 'text')) {
... ...