куча говна
All checks were successful
Deploy / deploy (push) Successful in 43s

This commit is contained in:
Никита Круглицкий 2025-10-20 05:57:08 +06:00
parent 58d37ee02b
commit 924bbd4285

View File

@ -14,7 +14,10 @@ const fastify = Fastify({
})
fastify.register(FastifyCors, {
origin: 'ipc.localhost',
origin: [
'http://localhost:3000',
'tauri://localhost',
],
})
fastify.register(FastifyCookie)