mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
ree
This commit is contained in:
parent
e58b839339
commit
657f40e771
@ -60,7 +60,7 @@ router.use(
|
||||
}),
|
||||
);
|
||||
|
||||
mastoRouter.use(koaBody());
|
||||
mastoRouter.use(koaBody({ multipart: true }));
|
||||
|
||||
apiMastodonCompatible(mastoRouter);
|
||||
|
||||
|
@ -72,7 +72,7 @@ app.use(mount("/proxy", proxyServer));
|
||||
const router = new Router();
|
||||
const mastoRouter = new Router();
|
||||
|
||||
mastoRouter.use(koaBody());
|
||||
mastoRouter.use(koaBody({ multipart: true }));
|
||||
|
||||
// Routing
|
||||
router.use(activityPub.routes());
|
||||
|
Loading…
Reference in New Issue
Block a user