Skip to content

Commit

Permalink
upgrade to react 19
Browse files Browse the repository at this point in the history
  • Loading branch information
shivarm committed Dec 8, 2024
1 parent 9d7f7ae commit 9e495ad
Show file tree
Hide file tree
Showing 4 changed files with 1,333 additions and 285 deletions.
4 changes: 2 additions & 2 deletions backend/cron.job.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import cron from 'cron';
import https from 'https';

const URL = 'https://expensify-f43l.onrender.com';
const URL = '';

export const job = new cron.CronJob('*/15 * * * *', function () {
export const job = new cron.CronJob('*/20 * * * *', function () {
https
.get(URL, (res) => {
if (res.statusCode === 200) {
Expand Down
Loading

0 comments on commit 9e495ad

Please sign in to comment.