works????

This commit is contained in:
Peder Vatn Austad
2024-12-25 16:48:43 +01:00
parent c41200c4a7
commit c190c4295d
3 changed files with 105 additions and 1 deletions

View File

@@ -127,7 +127,7 @@ type Data struct {
// FetchData function to retrieve data from API
func FetchData() (*Data, error) {
resp, err := http.Get("https://api.entur.io/realtime/v1/rest/et?maxSize=10000")
resp, err := http.Get("https://api.entur.io/realtime/v1/rest/et?useOriginalId=true&maxSize=100000")
if err != nil {
return nil, err
}