mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Remove redundant body parser line
This commit is contained in:
parent
8b4ccae60a
commit
33f56b71a2
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ app.configure () ->
|
|||
app.set 'view engine', 'jade'
|
||||
Modules.loadViewIncludes app
|
||||
app.use express.bodyParser(uploadDir: Settings.path.uploadFolder)
|
||||
app.use express.bodyParser(uploadDir: __dirname + "/../../../data/uploads")
|
||||
app.use translations.expressMiddlewear
|
||||
app.use translations.setLangBasedOnDomainMiddlewear
|
||||
app.use cookieParser
|
||||
|
|
Loading…
Reference in a new issue