Skip to content

Commit

Permalink
fix: formulaire upload file bal 50m
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck committed Sep 30, 2024
1 parent fd62cdb commit 720e690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/proxy-api-depot.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ app.post('/communes/:codeCommune/revisions', w(createRevision))
app.get('/revisions/:revisionId', w(getRevision))
app.put(
'/revisions/:revisionId/files/bal',
express.raw({limit: '10mb', type: 'text/csv'}),
express.raw({limit: '50mb', type: 'text/csv'}),
w(uploadFile)
)
app.post('/revisions/:revisionId/compute', w(computeRevision))
Expand Down

0 comments on commit 720e690

Please sign in to comment.