Skip to content

Commit

Permalink
Merge pull request #5449 from keizer619/master
Browse files Browse the repository at this point in the history
Update the endpoint
  • Loading branch information
keizer619 authored Jun 25, 2024
2 parents b916afc + 58ce21d commit 89052e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sequence-diagrams/sequence_diagrams.bal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function main() returns error? {

// Each remote method call on a client object is represented as a horizontal line
// between the lifeline of the worker making the call and the remote system.
string payload = check cl->get("/v3/7240398e-0435-4457-91b0-0c862f10563f/");
string payload = check cl->get("/v3/55cf043f-f5d4-4005-af3c-cce4a955afc7/");

io:println(payload);
return;
Expand Down

0 comments on commit 89052e4

Please sign in to comment.