From 319e2c213b27ca19528bcfd327b633573d8d0dc7 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 6 Feb 2014 04:32:15 -0500 Subject: [PATCH] chore(rest) api_url -> apiURL --- lib/server/rest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/rest.js b/lib/server/rest.js index 83b0ec07..5a3656b8 100644 --- a/lib/server/rest.js +++ b/lib/server/rest.js @@ -10,7 +10,7 @@ '# Module is part of Cloud Commander,' + '\n' + '# used for work with REST API.' + '\n' + '# If you wont to see at work set rest: true' + '\n' + - '# and api_url in config.json' + '\n' + + '# and apiURL in config.json' + '\n' + '# http://cloudcmd.io' + '\n'); var main = global.cloudcmd.main,