cors origins
All checks were successful
Deploy / deploy (push) Successful in 37s

This commit is contained in:
2025-12-25 07:38:07 +06:00
parent 28c64edaf8
commit 0ab3e15784

View File

@@ -17,6 +17,8 @@ fastify.register(FastifyCors, {
origin: [ origin: [
'http://localhost:3000', 'http://localhost:3000',
'http://tauri.localhost', 'http://tauri.localhost',
'https://koptilnya.xyz',
'https://chad.koptilnya.xyz',
], ],
credentials: true, credentials: true,
}) })