Skip to content

Commit

Permalink
feat: initialized bun express server
Browse files Browse the repository at this point in the history
  • Loading branch information
warmachine028 committed Oct 24, 2024
1 parent f824f9e commit 092e928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ new Elysia()
pattern: '*/14 * * * *',
async run() {
try {
const response = await fetch('https://react-query-demoo.vercel.app')
const response = await fetch('https://react-query-demo.onrender.com')
if (response.ok) {
console.log('Server pinged successfully')
} else {
Expand Down

0 comments on commit 092e928

Please sign in to comment.