From e38514242829d13233685407d6920f4054032522 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 19 Apr 2024 20:39:55 +0530 Subject: [PATCH] chore: / messae --- scraper/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {