Skip to content

Commit

Permalink
Merge branch 'master' into fufeck_fix_deploiement-bal-color-features
Browse files Browse the repository at this point in the history
  • Loading branch information
fufeck authored Sep 30, 2024
2 parents e8f9696 + 720e690 commit 91f803c
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 91f803c

Please sign in to comment.