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

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