diff --git a/server/server.ts b/server/server.ts index 22f44ec..2900bbc 100644 --- a/server/server.ts +++ b/server/server.ts @@ -17,6 +17,8 @@ fastify.register(FastifyCors, { origin: [ 'http://localhost:3000', 'http://tauri.localhost', + 'https://koptilnya.xyz', + 'https://chad.koptilnya.xyz', ], credentials: true, })