Skip to content

Commit

Permalink
update auckland realtime url
Browse files Browse the repository at this point in the history
  • Loading branch information
consindo authored Feb 26, 2024
1 parent c0d30e7 commit f57a654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/waka-realtime/regions/nz-akl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AucklandRealtime extends SingleEndpoint {
constructor(props: AucklandRealtimeProps) {
super({
axios: axios.create({
baseURL: 'https://api.at.govt.nz/v2/public/realtime/',
baseURL: 'https://api.at.govt.nz/realtime/legacy/',
headers: {
'Ocp-Apim-Subscription-Key': props.apiKey,
Accept: 'application/x-protobuf',
Expand Down

0 comments on commit f57a654

Please sign in to comment.