Fix DNS for the server.
This commit is contained in:
parent
fa5078e4cc
commit
6596870365
@ -38,7 +38,7 @@ namespace Assets.Scripts
|
||||
{
|
||||
using (WebClient client = new WebClient())
|
||||
{
|
||||
string endpoint = "http://astralqueen.bw.edu/hci/upload.php";
|
||||
string endpoint = "http://mops.bw.edu/hci/upload.php";
|
||||
|
||||
client.Headers[HttpRequestHeader.ContentType] = "application/x-www-form-urlencoded";
|
||||
string ud = "userStudyId=" + name + "&userStudyData=" + data;
|
||||
|
Loading…
Reference in New Issue
Block a user