From 269e2a890445bc0727dcd5cb339c769b2b7092d3 Mon Sep 17 00:00:00 2001 From: chrislu Date: Sat, 13 Aug 2022 23:53:39 -0700 Subject: [PATCH] fix old doc --- Filer-Server-API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Filer-Server-API.md b/Filer-Server-API.md index 2b5b15b..23fe109 100644 --- a/Filer-Server-API.md +++ b/Filer-Server-API.md @@ -54,7 +54,7 @@ Examples: ```bash # Basic Usage: > curl -F file=@report.js "http://localhost:8888/javascript/" -{"name":"report.js","size":866,"fid":"7,0254f1f3fd","url":"http://localhost:8081/7,0254f1f3fd"} +{"name":"report.js","size":866} > curl "http://localhost:8888/javascript/report.js" # get the file content > curl -I "http://localhost:8888/javascript/report.js" # get only header ...