This commit is contained in:
@@ -13,7 +13,9 @@ const fastify = Fastify({
|
||||
logger: true,
|
||||
})
|
||||
|
||||
fastify.register(FastifyCors)
|
||||
fastify.register(FastifyCors, {
|
||||
origin: 'ipc.localhost',
|
||||
})
|
||||
|
||||
fastify.register(FastifyCookie)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user