add doc changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# nodejs-fm
|
# nodejs-fm
|
||||||
|
|
||||||
]
|

|
||||||
|
|
||||||
A simple file manager for managing files on a remote fs using Node.
|
A simple file manager for managing files on a remote fs using Node.
|
||||||
|
|
||||||
@@ -46,6 +46,9 @@ npm i
|
|||||||
#...
|
#...
|
||||||
# Start the server
|
# Start the server
|
||||||
npm start
|
npm start
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
npm test
|
||||||
```
|
```
|
||||||
|
|
||||||
### Using settings.json
|
### Using settings.json
|
||||||
@@ -75,12 +78,12 @@ Responses (View directory):
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"loc": "<location>",
|
"loc": "<location>",
|
||||||
"back": "<location|null>",
|
"back": "<location>|null",
|
||||||
"contents":[
|
"contents":[
|
||||||
{
|
{
|
||||||
"name":"<filename>",
|
"name":"<filename>",
|
||||||
"path":"<location>",
|
"path":"<location>",
|
||||||
"isDir": "<true|false>"
|
"isDir": "true|false"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user