Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh Balyan committed Apr 12, 2024
1 parent 06a28a2 commit 86c7447
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ if (process.env.PRINT_ENV === 'true') {
console.debug('======================ENV======================');
}

console.log(a)
console.log("safa ")
console
function process() { }

app.use(parser.json());
app.use(parser.urlencoded({ extended: false }));
app.use(helmet());
Expand Down

0 comments on commit 86c7447

Please sign in to comment.