Skip to content

Commit

Permalink
change the API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjergj committed Apr 29, 2024
1 parent 7f483cd commit d6d3708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/testmyapp/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
apiHost = "http://testmyapp.io:8080"
apiHost = "https://managerapi.testmyapp.io"
configFileName = "config.yaml"
ModeForce Mode = iota
)
Expand Down

0 comments on commit d6d3708

Please sign in to comment.