up
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
'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')),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user