1
0

chore: idk
All checks were successful
Remote Deploy / deploy (push) Successful in 4s

This commit is contained in:
2025-10-24 08:29:52 +02:00
parent 756c3e4784
commit d39206495c

View File

@@ -7,6 +7,8 @@ import bodyParser from "body-parser";
const PORT = process.env.PORT || 3000;
globalThis.File = class File {};
app.use(bodyParser.json());
app.get('/', async (_, res) => {