1
0

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

This commit is contained in:
2026-01-23 19:18:46 +01:00
parent 1013a3ba15
commit 7353666eb2

View File

@@ -32,7 +32,6 @@ app.use(cors({
methods: ["GET", "POST", "OPTIONS"], methods: ["GET", "POST", "OPTIONS"],
allowedHeaders: ["Content-Type"], allowedHeaders: ["Content-Type"],
})); }));
app.options("*", cors());
app.get('/', async (req, res) => { app.get('/', async (req, res) => {
const userAgent = req.headers['user-agent'] || ''; const userAgent = req.headers['user-agent'] || '';