"a file" instead of "an file"

Bruce Wang 2019-11-06 20:44:31 +08:00
parent 56157dc542
commit 44e0097a51

@ -18,7 +18,7 @@ curl -F file=@/home/chris/myphoto.jpg http://localhost:9333/submit
{"fid":"3,01fbe0dc6f1f38","fileName":"myphoto.jpg","fileUrl":"localhost:8080/3,01fbe0dc6f1f38","size":68231}
```
This API is just for convenience. The master server would get an file id and store the file to the right volume server.
This API is just for convenience. The master server would get a file id and store the file to the right volume server.
It is a convenient API and does not support different parameters when assigning file id. (or you can add the support and make a pull request.)
### Delete File