feat: enable logger

This commit is contained in:
karishmas6
2024-04-12 12:24:59 +05:30
parent c77608d6d6
commit 0b49dd6acb

View File

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