From cab70b754992bdb0810031a0c717887ebb880e70 Mon Sep 17 00:00:00 2001 From: Subhodip Biswas Date: Fri, 4 May 2012 09:41:59 +0530 Subject: [PATCH] edit url --- chaloBEST/static/js/buseditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaloBEST/static/js/buseditor.js b/chaloBEST/static/js/buseditor.js index 8857685..fc496ec 100644 --- a/chaloBEST/static/js/buseditor.js +++ b/chaloBEST/static/js/buseditor.js @@ -1,5 +1,5 @@ (function($) { - var API_BASE = 'http://localhost:8000/1.0/'; + var API_BASE = 'http://chalobest.in/1.0/'; console.log(API_BASE); var testName = 'stops'; var searchQuery = 'None';