diff --git a/scraper/src/main.js b/scraper/src/main.js index 1a5330b8..64cec95e 100644 --- a/scraper/src/main.js +++ b/scraper/src/main.js @@ -10,7 +10,7 @@ const corsOptions = { origin: 'http://localhost:5173' } -await fastify.register(cors, {corsOptions}) +await fastify.register(cors, corsOptions) fastify.get('/proxy', async (request, reply) => { const { url } = request.query;