chore: / messae

This commit is contained in:
karishmas6
2024-04-19 20:39:55 +05:30
parent b21a942812
commit e385142428

View File

@@ -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) => {