Use https

This commit is contained in:
James E. Blair 2019-02-09 08:48:06 -08:00
parent 0101e1cd39
commit 0242a65289
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ using namespace std;
int main(int, char**)
{
RestClient::Response r = RestClient::get("http://zuul.opendev.org/api/tenant/openstack/build/75031cad206c4014ad7a3387091d15ab");
RestClient::Response r = RestClient::get("https://zuul.opendev.org/api/tenant/openstack/build/75031cad206c4014ad7a3387091d15ab");
json j = json::parse(r.body);