mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
fixed bad BASE_URI
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@660 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a373d599db
commit
d4c13aab17
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ public class SbbProvider extends AbstractHafasProvider
|
|||
|
||||
public SbbProvider(final String accessId)
|
||||
{
|
||||
super(API_URI + "query.exe/dn", 10, accessId);
|
||||
super(API_URI, 10, accessId);
|
||||
}
|
||||
|
||||
public NetworkId id()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue