fixing url's
This commit is contained in:
parent
edc9628b67
commit
c06f518836
2 changed files with 3 additions and 3 deletions
|
|
@ -33,7 +33,7 @@ namespace isn
|
|||
|
||||
try
|
||||
{
|
||||
Console.WriteLine("Connecting to "+pubRes.Id);
|
||||
Console.WriteLine("Connecting to "+ pubRes.Id);
|
||||
return UploadFilesToServerUsingHttpClient.UploadFilesToServer(new Uri(pubRes.Id), fi, apikey);
|
||||
}
|
||||
catch (WebException ex)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue