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

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

View File

@ -13,7 +13,9 @@ const fastify = Fastify({
logger: true,
})
fastify.register(FastifyCors)
fastify.register(FastifyCors, {
origin: 'ipc.localhost',
})
fastify.register(FastifyCookie)