From a78b76d84f14a512b07e9c0b3ec5395e724928f3 Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Fri, 18 Dec 2015 13:02:16 +0100 Subject: [PATCH] Use the right API url --- server.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server.js b/server.js index 253cb2c4..e1225d04 100755 --- a/server.js +++ b/server.js @@ -36,6 +36,7 @@ shortcuts.localdev = shortcuts.onlinedev.concat( "--force-sudo", "--api.port", "8281", "--infra_port", "8282", + "--api_url", "http://127.0.0.1:8281", "--domains", "c9.local" ); shortcuts.odev = shortcuts.onlinedev; // For backwards compatibility, if you see this in 2016 remove this line