Skip to content

Commit

Permalink
fix: client connection string to server
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-orlov committed Jul 13, 2023
1 parent adcab98 commit 895c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
func (c *Client) Run() {
// Create the endpoint URL
endpoint := fmt.Sprintf(
"http://%s:%d/%s",
"http://%s:%d%s",
c.cfg.Connection.ServerHost,
c.cfg.Connection.ServerPort,
c.cfg.Connection.RequestPath,
Expand Down

0 comments on commit 895c5bf

Please sign in to comment.