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
```
params:
path: the directory that you want to list.
- path: the directory that you want to list.
return:
```json
{
"dirs": [list, of, subdirs],
@ -55,7 +56,7 @@ params:
return:
the image stream.
- the image stream.
For more details about the structure, please see the network.py.