From 2607046cd5efbf77c40a50a50aa95fb45379992d Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Sat, 1 Nov 2014 16:39:46 +0100 Subject: [PATCH] Rename fileExplorer into folderExplorer --- lib/webPanel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/webPanel.js b/lib/webPanel.js index bea4c3f..434973f 100644 --- a/lib/webPanel.js +++ b/lib/webPanel.js @@ -119,11 +119,11 @@ }); /** - * /api/fileExplorer + * /api/folderExplorer * * Send path content info */ - webPanel.get('/api/fileExplorer', function (req, res) { + webPanel.get('/api/folderExplorer', function (req, res) { var path = req.query.path;