This commit is contained in:
Adam D. Ruppe 2018-12-04 12:10:26 -05:00
parent 3d922ec6c6
commit c267be254e
1 changed files with 0 additions and 5 deletions

View File

@ -1644,13 +1644,8 @@ class HttpApiClient() {
if(uri[0] == '/')
uri = uri[1 .. $];
import std.stdio; writeln(uri);
writeln(urlBase);
auto u = Uri(uri).basedOn(Uri(urlBase));
writeln(u.toString());
auto req = httpClient.navigateTo(u, requestMethod);
if(oauth2Token.length)