Skip to content

Commit

Permalink
Merge pull request #31 from MHaris-Ferrum/develop
Browse files Browse the repository at this point in the history
uncommented cron
  • Loading branch information
AbdulAhadArain authored Aug 26, 2024
2 parents 7e1debb + f8b8539 commit 6683bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ app.use(express.urlencoded({ extended: true }));
app.use(cors());
app.options('*', cors());

// app.use(crons);
app.use(crons);
app.use('/v1/api', router);

// send back a 404 error for any unknown api request
Expand Down

0 comments on commit 6683bd6

Please sign in to comment.