From dc0678601bd5f56208dd17d2e50f61bebbe2a3c5 Mon Sep 17 00:00:00 2001 From: Theunis Johannes Botha Date: Tue, 14 Feb 2017 02:11:44 +0100 Subject: [PATCH] upload path for editor --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 9240e42..acb3477 100644 --- a/config.js +++ b/config.js @@ -11,7 +11,8 @@ var config = { platform: 'gamewheel', account: 'root', subAccount: 'root' - } + }, + uploadPath: '/uploads' }, api16: { url: "http://api-v1.6.gamewheel.local"