Skip to content

Commit

Permalink
Update Conductor URL
Browse files Browse the repository at this point in the history
  • Loading branch information
tedyoung committed Nov 10, 2024
1 parent a5a6402 commit f8441b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void sendCurrentTimer(EnsembleTimer ensembleTimer) {
try {
ResponseEntity<Void> responseEntity =
restClient.post()
.uri("https://conductor-service-ld5mdxm4za-ey.a.run.app/timers")
.uri("https://conductor.suigi.dev/timers")
.contentType(APPLICATION_JSON)
.body(createTimerRequest)
.retrieve()
Expand Down

0 comments on commit f8441b2

Please sign in to comment.