Skip to content

Commit

Permalink
VMV: update api base
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-albers committed Jun 11, 2021
1 parent e5d3286 commit bb31487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TripKit/Provider/Implementations/VmvProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation

public class VmvProvider: AbstractEfaProvider {

static let API_BASE = "http://efa.vmv-mbh.de/vmv/"
static let API_BASE = "https://fahrplanauskunft-mv.de/vmv3/"

public init() {
super.init(networkId: .VMV, apiBase: VmvProvider.API_BASE)
Expand Down

0 comments on commit bb31487

Please sign in to comment.