Skip to content

Commit

Permalink
update auckland gtfs url
Browse files Browse the repository at this point in the history
  • Loading branch information
consindo authored Feb 25, 2024
1 parent b797ac2 commit 15fd37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/importers/regions/nz-akl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class AucklandImporter extends SingleImporter {
constructor() {
super({
zipname: 'at',
url: 'https://atcdn.blob.core.windows.net/data/gtfs.zip',
url: 'https://gtfs.at.govt.nz/gtfs.zip',
})
}

Expand Down

0 comments on commit 15fd37c

Please sign in to comment.