...
|
...
|
@@ -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')) {
|
...
|
...
|
|