remove multipart here?

This commit is contained in:
cutestnekoaqua 2023-02-11 00:57:43 +01:00
parent 103d655ed4
commit 817c1d2e4b
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ const router = new Router();
const mastoRouter = new Router();
mastoRouter.use(koaBody({
multipart: true,
urlencoded: true
}));