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;