0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

removing outdated todo

This commit is contained in:
Alex Kocharin 2014-03-30 19:43:03 +00:00
parent f023826a59
commit 2102e71c10

View file

@ -92,8 +92,6 @@ module.exports = function(config_hash) {
return config.authenticate(user, pass)
}))
app.use(express.json({strict: false, limit: config.max_body_size || '10mb'}))
// TODO: npm DO NOT support compression :(
app.use(express.compress())
app.use(Middleware.anti_loop(config))