chore: remove crawlee logic

This commit is contained in:
karishmas6
2024-04-16 22:42:26 +05:30
parent ea3dd0185d
commit d92db8920a
3 changed files with 1 additions and 39 deletions

View File

@@ -1,6 +1,4 @@
const fastify = require('fastify')({
logger: true
});
const fastify = require('fastify')();
const scraper = require('./scraper');
// Change this later
const corsOptions = {