mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
revert it for now
This commit is contained in:
parent
1b3308bd4b
commit
0f928bfb23
@ -55,10 +55,6 @@ app.use(
|
||||
}),
|
||||
);
|
||||
|
||||
app.use(
|
||||
upload.any()
|
||||
);
|
||||
|
||||
// Init router
|
||||
const router = new Router();
|
||||
|
||||
@ -71,6 +67,7 @@ for (const endpoint of [...endpoints, ...compatibility]) {
|
||||
if (endpoint.meta.requireFile) {
|
||||
router.post(
|
||||
`/${endpoint.name}`,
|
||||
upload.single("file"),
|
||||
handler.bind(null, endpoint),
|
||||
);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user