Skip to content
Snippets Groups Projects
Commit 6f3eb53b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Updated lib

parent a17b8664
No related branches found
No related tags found
No related merge requests found
......@@ -2,4 +2,4 @@ module git.kuschku.de/justjanne/bahn-proxy
go 1.12
require git.kuschku.de/justjanne/bahn-api v0.0.0-20190426183324-6148fdeae5b2
require git.kuschku.de/justjanne/bahn-api v0.0.0-20190426223922-f1eab971b0fb
......@@ -31,7 +31,8 @@ func main() {
apiClient := bahn.ApiClient{
IrisBaseUrl: "http://iris.noncd.db.de/iris-tts",
CoachSequenceBaseUrl: "https://www.apps-bahn.de/wr/wagenreihung/1.0/",
CoachSequenceBaseUrl: "https://www.apps-bahn.de/wr/wagenreihung/1.0",
HafasBaseUrl: "https://reiseauskunft.bahn.de/bin",
HttpClient: &http.Client{
Timeout: time.Second * 10,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment