update
This commit is contained in:
parent
a2f6a5e94e
commit
ee12687abb
@ -30,8 +30,9 @@ The server.py mainly provides two api.
|
|||||||
/directory?path=relative/path/to/file
|
/directory?path=relative/path/to/file
|
||||||
```
|
```
|
||||||
params:
|
params:
|
||||||
path: the directory that you want to list.
|
- path: the directory that you want to list.
|
||||||
return:
|
return:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"dirs": [list, of, subdirs],
|
"dirs": [list, of, subdirs],
|
||||||
@ -55,7 +56,7 @@ params:
|
|||||||
|
|
||||||
return:
|
return:
|
||||||
|
|
||||||
the image stream.
|
- the image stream.
|
||||||
|
|
||||||
For more details about the structure, please see the network.py.
|
For more details about the structure, please see the network.py.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user