Skip to content

Commit

Permalink
VMV: update base url
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-albers committed Nov 25, 2024
1 parent eb668f3 commit 67dad14
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 @@ -3,7 +3,7 @@ import Foundation
/// Verkehrsgesellschaft Mecklenburg-Vorpommern (DE)
public class VmvProvider: AbstractEfaWebProvider {

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

public override var supportedLanguages: Set<String> { ["de", "en"] }

Expand Down

0 comments on commit 67dad14

Please sign in to comment.