diff --git a/source/WinFormApp/GlobalFetchKey.cs b/source/WinFormApp/GlobalFetchKey.cs index cafe17a..d7a666d 100644 --- a/source/WinFormApp/GlobalFetchKey.cs +++ b/source/WinFormApp/GlobalFetchKey.cs @@ -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()) {