Improve Google pagespeed score and fix small bugs

This commit is contained in:
2016-12-27 05:50:48 +00:00
parent b84a94ef55
commit 8440fb036b
4 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const bodyParser = require('body-parser');
const app = express();
const host = 'http://0.0.0.0';
const host = 'http://127.0.0.1';
const port = 3000;
app.use(bodyParser.urlencoded({ extended: false }));