mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18: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
|
||||
*/
|
||||
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/
|
||||
|
||||
public LinzProvider() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue