Commit 10c10382 by 孙香冬

no message

parent 08cd260f
......@@ -29,7 +29,7 @@ export class httpServer {
httpServer.use(express.static(path.join(__dirname, "../../images")) );
httpServer.use(express.static('video'));
httpServer.use(bodyParser.json({limit:"10kb"}));
httpServer.use(compression())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment