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:
parent
f023826a59
commit
2102e71c10
1 changed files with 0 additions and 2 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue