diff --git a/project/static/js/data-ajax.js b/project/static/js/data-ajax.js
index c0228d5265c8e150f44145f5edbdd63d9a2cbd15..d500dce44dc3e13201e86e5081666f6669847b2b 100644
--- a/project/static/js/data-ajax.js
+++ b/project/static/js/data-ajax.js
@@ -3,7 +3,7 @@ var pJson;
 function ajax_caller(){
     $.ajax({
     // the URL for the request
-    url: "http://localhost:8888/visualization/backend/csv_processor.php",
+    url: "http://web.engr.illinois.edu/~msaxena2/visualization/backend/csv_processor.php",
 
     type: "GET",
     // the type of data we expect back