This commit is contained in:
David Arranz 2024-09-16 11:23:49 +02:00
parent 6ec26a2e05
commit bca128ed92

View File

@ -28,7 +28,7 @@ app.use(responseTime());
app.use(
cors({
origin: config.server.cors_origin,
methods: "GET,POST,PUT,DELETE",
methods: "GET,POST,PUT,DELETE,OPTIONS",
credentials: true,
exposedHeaders: [