mirror of https://github.com/commaai/openpilot.git
parent
661132be5a
commit
70c662bf30
|
@ -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