mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-31 21:51:41 +00:00
Compare commits
2 commits
9b92b5de34
...
2f219ea3cc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2f219ea3cc | ||
|
|
56e60b8420 |
1 changed files with 2 additions and 0 deletions
|
|
@ -302,7 +302,9 @@ class Server {
|
||||||
|
|
||||||
this.server = http.createServer(app)
|
this.server = http.createServer(app)
|
||||||
|
|
||||||
|
// Skip file upload parsing for internal-api routes (Next.js proxies read multipart bodies).
|
||||||
router.use(
|
router.use(
|
||||||
|
/^(?!\/internal-api).*/,
|
||||||
fileUpload({
|
fileUpload({
|
||||||
defCharset: 'utf8',
|
defCharset: 'utf8',
|
||||||
defParamCharset: 'utf8',
|
defParamCharset: 'utf8',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue