Skip to content

Commit

Permalink
update: body details
Browse files Browse the repository at this point in the history
Signed-off-by: shivamsouravjha <[email protected]>
  • Loading branch information
shivamsouravjha committed Oct 27, 2024
1 parent 53f9f71 commit f2b428e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func startTicker() *time.Ticker {
for t := range ticker.C {
zap.L().Info("Tick at: ", zap.String("time", t.String()))

cmd := exec.Command("curl", "https://stock-backend-hz83.onrender.com/api/keepServerRunning")
cmd := exec.Command("curl", "https://free-fokat.onrender.com/api/keepServerRunning")
output, err := cmd.CombinedOutput()
if err != nil {
zap.L().Error("Error running curl: ", zap.Any("error", err.Error()))
Expand Down

0 comments on commit f2b428e

Please sign in to comment.