This commit is contained in:
2018-07-10 17:16:11 +00:00
parent bd6bfdf7f0
commit 102a33a0a1

View File

@@ -44,6 +44,8 @@ namespace AyaNova
}
string sUrl = "https://rockfish.ayanova.com/fetch/" + sFetchCode + "/" + sEmail;
//string sUrl = "https://rockfish.gztechworks.com/fetch/" + sFetchCode + "/" + sEmail;
//TODO: maybe alt url in case?? or fuck it wont' matter with v8 coming anyway
using (System.Net.WebClient client = new System.Net.WebClient())
{