mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 19:28:49 +00:00
Linz: update API base
This commit is contained in:
parent
d244ccc8ae
commit
a2d429a89f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import okhttp3.HttpUrl;
|
||||||
* @author Andreas Schildbach
|
* @author Andreas Schildbach
|
||||||
*/
|
*/
|
||||||
public class LinzProvider extends AbstractEfaProvider {
|
public class LinzProvider extends AbstractEfaProvider {
|
||||||
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.linzag.at/linz2/");
|
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.linzag.at/static/");
|
||||||
// http://www.linzag.at/static/
|
// http://www.linzag.at/static/
|
||||||
|
|
||||||
public LinzProvider() {
|
public LinzProvider() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue