Skip to content

Commit

Permalink
add extra demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankcorn committed May 2, 2024
1 parent f67e5eb commit bca6668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ping/ping.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async function ping() {
await axios.get(`https://nodejs-serverless-function-express-bice-sigma.vercel.app/api/hello`).catch((e) => { console.log(e)});
}
if(req === "cloudflare") {
await axios.get("https://cloudflare-otel-playground.baselime.workers.dev/").catch(e => { console.log(e) })
await axios.get("https://cloudflare-demo.baselime.workers.dev/").catch(e => { console.log(e) })
}
} catch (e) { console.log(e)}

Expand Down

0 comments on commit bca6668

Please sign in to comment.