Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.js b/index.js
index 57632d3..a37b024 100644
--- a/index.js
+++ b/index.js
@@ -29,7 +29,7 @@ types.img = require('./lib/img')
types.js = require('./lib/js')
types.css = require('./lib/css')
-app.use(express.bodyParser());
+app.use(express.bodyParser())
function refreshCache() {
Object.keys(types).forEach(function (type) {
@@ -75,4 +75,4 @@ app.post('/', function(req, res) {
res.send(archive.toBuffer())
})
-app.listen(process.env.PORT || 3000)
+app.listen(process.env.PORT || 3000) \ No newline at end of file