Skip to content

Commit

Permalink
allow moar data
Browse files Browse the repository at this point in the history
  • Loading branch information
mluukkai committed Nov 6, 2024
1 parent 1f60907 commit 9a51910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const shibbolethHeaders = [

// Middleware
app.use(cors())
app.use(bodyParser.json())
app.use(bodyParser.json({ limit: '100mb' }))
app.use(headersMiddleware(shibbolethHeaders))
isDevelopmentEnvironment() && app.use(fakeshibbo)
app.use(unless('/api/login', logger))
Expand Down

0 comments on commit 9a51910

Please sign in to comment.