diff --git a/scraper/src/main.js b/scraper/src/main.js index 19d3a033..8f6ed452 100644 --- a/scraper/src/main.js +++ b/scraper/src/main.js @@ -12,7 +12,7 @@ const corsOptions = { await fastify.register(cors, corsOptions) fastify.get('/', async (request, reply) => { - reply.send('Welcome to the Playwright Scraper API'); + reply.send('Hello Word!'); }); fastify.post('/scrape', async (request, reply) => {