mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
Hafas: Set up default API endpoints in the constructor.
This commit is contained in:
parent
10d04bcb39
commit
8b93e6135a
27 changed files with 58 additions and 42 deletions
|
@ -40,7 +40,7 @@ public class VbbProvider extends AbstractHafasProvider
|
|||
|
||||
public VbbProvider()
|
||||
{
|
||||
super(NetworkId.VBB, API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", PRODUCTS_MAP);
|
||||
super(NetworkId.VBB, API_BASE, "dn", PRODUCTS_MAP);
|
||||
|
||||
setJsonGetStopsUseWeight(false);
|
||||
setJsonGetStopsEncoding(Charsets.UTF_8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue