Skip to content

Commit

Permalink
fix: Change the backend API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Oct 25, 2021
1 parent 75974e9 commit c671bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Client struct {
}

var (
rootApp = "http://localhost:8080"
rootApp = "https://api.usecloudstate.io"
)

func Init() *Client {
Expand Down

0 comments on commit c671bb8

Please sign in to comment.