Skip to content

Commit 1e5d1e8

Browse files
committed
fix bug
1 parent 8d94dac commit 1e5d1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

file_controller.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ void imageUpload(const HttpRequestPtr &req, std::function<void(const HttpRespons
255255
"directory";
256256

257257
res_json["code"] = 200;
258-
res_json["message"] = "Upload Success";
258+
res_json["message"] = timestamp ;
259259
}
260260
}
261261
else

0 commit comments

Comments
 (0)