Merge branch 'master' into mononaut/ln-penalty-scan-optimization

This commit is contained in:
wiz
2022-11-23 19:14:20 +09:00
committed by GitHub
16 changed files with 214 additions and 95 deletions

View File

@@ -84,7 +84,7 @@ class Server {
next();
})
.use(express.urlencoded({ extended: true }))
.use(express.text())
.use(express.text({ type: ['text/plain', 'application/base64'] }))
;
this.server = http.createServer(this.app);