fix double slash in URL
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Steven Polley 2025-05-07 12:16:55 -06:00
parent 3fbfbab7d6
commit 13291da691

View File

@ -9,7 +9,7 @@ import (
"time"
)
const apiBaseURL = "https://query1.finance.yahoo.com/v8/finance/"
const apiBaseURL = "https://query1.finance.yahoo.com/v8/finance"
// A client is the structure that will be used to consume the API
// endpoints. It holds the login credentials, http client/transport,