From 3ef6cf6cb23f2220da5957d182090d23bb7cc828 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 1 May 2013 22:15:07 -0400 Subject: [PATCH] updaring config template --- public/config.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.default.json b/public/config.default.json index 2d9225ec9e..b3794291ce 100644 --- a/public/config.default.json +++ b/public/config.default.json @@ -3,5 +3,5 @@ "address" : "localhost", "port" : "4567" }, - "api_url" : "localhost" + "api_url" : "http://localhost:4567/api/" } \ No newline at end of file