Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levy5307 committed Dec 31, 2020
1 parent 498dd70 commit b42ded9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/builtin_http_calls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace dsn {

register_http_call("config")
.with_callback([](const http_request &req, http_response &resp) { get_config(req, resp); })
.with_help("get the value of a config");
.with_help("get the details of a config");

register_http_call("configs")
.with_callback(
Expand Down

0 comments on commit b42ded9

Please sign in to comment.