user preferences
All checks were successful
Deploy / deploy (push) Successful in 36s

This commit is contained in:
2025-12-25 21:22:43 +06:00
parent b47643552f
commit 6721f63d22

View File

@@ -20,6 +20,7 @@ fastify.register(FastifyCors, {
'https://koptilnya.xyz',
'https://chad.koptilnya.xyz',
],
methods: ['PATCH', 'PUT', 'OPTIONS', 'GET', 'POST', 'DELETE'],
credentials: true,
})