Skip to content

Commit

Permalink
Fix issue 2866 (#3984)
Browse files Browse the repository at this point in the history
* improvement: merge upstream/develop

* feat: merge upstream develop

* fix: fix issue 2892
  • Loading branch information
chuntaojun authored Oct 14, 2020
1 parent 2e553ef commit b6bc4bb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public String updateSwitch(@RequestParam(required = false) boolean debug, @Reque
* @param request request
* @return metrics information
*/
@Secured(resource = "naming/metrics", action = ActionTypes.READ)
@GetMapping("/metrics")
public ObjectNode metrics(HttpServletRequest request) {

Expand Down

0 comments on commit b6bc4bb

Please sign in to comment.