Skip to content

Commit

Permalink
update the url path
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteYue authored Dec 28, 2023
1 parent edd58b1 commit 2a50888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/service/http_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Status HttpService::start() {
download_binlog_action);

AdjustLogLevelAction* adjust_log_level_action = _pool.add(new AdjustLogLevelAction());
_ev_http_server->register_handler(HttpMethod::POST, "api/_glog/_adjust",
_ev_http_server->register_handler(HttpMethod::POST, "api/glog/adjust",
adjust_log_level_action);

// Register BE version action
Expand Down

0 comments on commit 2a50888

Please sign in to comment.