This commit is contained in:
mingyang 2021-01-27 16:18:47 +08:00
parent a2f6a5e94e
commit ee12687abb

View File

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