mirror of https://github.com/commaai/openpilot.git
replay: get api url from env var (#30562)
This commit is contained in:
parent
4086795c29
commit
7e0f0165f4
|
@ -44,7 +44,7 @@ bool Route::loadFromServer() {
|
|||
|
||||
loop.exit(success ? loadFromJson(json) : 0);
|
||||
});
|
||||
http.sendRequest("https://api.commadotai.com/v1/route/" + route_.str + "/files");
|
||||
http.sendRequest(CommaApi::BASE_URL + "/v1/route/" + route_.str + "/files");
|
||||
return loop.exec();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue