Rename fileExplorer into folderExplorer

This commit is contained in:
Guillaume Wuip 2014-11-01 16:39:46 +01:00
parent 905eaf6484
commit 2607046cd5

View file

@ -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;