mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 08:19:51 +00:00
allow for configuration of Munich api base
This commit is contained in:
parent
f77d70b8db
commit
8e0f36e9cb
1 changed files with 6 additions and 1 deletions
|
@ -33,7 +33,12 @@ public class MvvProvider extends AbstractEfaProvider
|
|||
|
||||
public MvvProvider()
|
||||
{
|
||||
super(API_BASE, null, false);
|
||||
this(API_BASE);
|
||||
}
|
||||
|
||||
public MvvProvider(final String apiBase)
|
||||
{
|
||||
super(apiBase, null, false);
|
||||
}
|
||||
|
||||
public NetworkId id()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue