Skip to content

Commit

Permalink
Merge 6baf5ad into e71c92a
Browse files Browse the repository at this point in the history
  • Loading branch information
ne-sachirou committed Dec 3, 2019
2 parents e71c92a + 6baf5ad commit 4f71cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services.go
Expand Up @@ -21,7 +21,7 @@ type CreateServiceParam struct {

// FindServices finds services.
func (c *Client) FindServices() ([]*Service, error) {
req, err := http.NewRequest("GET", c.urlFor(fmt.Sprintf("/api/v0/services")).String(), nil)
req, err := http.NewRequest("GET", c.urlFor("/api/v0/services").String(), nil)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 4f71cbb

Please sign in to comment.