mirror of
https://github.com/mathew-kurian/Scribe.js
synced 2025-08-31 05:51:26 +00:00
Rename fileExplorer into folderExplorer
This commit is contained in:
parent
905eaf6484
commit
2607046cd5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue