[chronojump] Updates URL for the API (this is just a test file)



commit 0b08ffd585ea4ac642dc0c110ac9c6080d07eee6
Author: Carles Pina i Estany <carles pina cat>
Date:   Wed Jan 28 23:17:41 2015 +0000

    Updates URL for the API (this is just a test file)

 testing-stuff/json_post.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/testing-stuff/json_post.cs b/testing-stuff/json_post.cs
index 497edf6..2348f79 100644
--- a/testing-stuff/json_post.cs
+++ b/testing-stuff/json_post.cs
@@ -31,7 +31,7 @@ public class JsonTest
                }
 
                // Create a request using a URL that can receive a post. 
-               WebRequest request = WebRequest.Create ("http://chronojump.org:8080/api/backtrace";);
+               WebRequest request = WebRequest.Create ("http://api.chronojump.org:8080/backtrace";);
 
                // Set the Method property of the request to POST.
                request.Method = "POST";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]