up
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
'use strict';
|
||||
import path from 'path';
|
||||
import bodyParser from 'koa-bodyparser';
|
||||
import staticFile from 'koa-static';
|
||||
export default {
|
||||
bodyParser: bodyParser(),
|
||||
staticFile: staticFile(path.resolve('pbulic')),
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
time: {
|
||||
params: '123'
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user