mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-28 02:13:52 +08:00
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user