Skip to content

Commit

Permalink
update Picarto API URL
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdarkdragon committed Apr 29, 2021
1 parent 27faafc commit a1d35c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/picarto/picarto.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var httpClient = &http.Client{
}

const (
apiURL = "https://api.picarto.tv/v1/"
apiURL = "https://api.picarto.tv/api/v1/"
)

type (
Expand Down

0 comments on commit a1d35c7

Please sign in to comment.