fixing url's

This commit is contained in:
Paul Schneider 2022-04-16 03:55:37 +01:00
commit c06f518836
2 changed files with 3 additions and 3 deletions

View file

@ -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)