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

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

View File

@ -14,10 +14,11 @@ const fastify = Fastify({
})
fastify.register(FastifyCors, {
origin: [
'http://localhost:3000',
'tauri://localhost',
],
origin: (host, cb) => {
console.log(host)
cb(null, true)
},
})
fastify.register(FastifyCookie)