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