Skip to content

Commit

Permalink
[pinpoint-apm#11123] Add '/api' explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
donghun-cho committed Jun 10, 2024
1 parent 41a4b64 commit 9b6be48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
public abstract class ActiveThreadCountHandler extends TextWebSocketHandler implements PinpointWebSocketHandler {

public static final String APPLICATION_NAME_KEY = "applicationName";
public static final String DEFAULT_REQUEST_MAPPING = "/agent/activeThread";
public static final String DEFAULT_REQUEST_MAPPING = "/api/agent/activeThread";

static final String API_ACTIVE_THREAD_COUNT = "activeThreadCount";

Expand Down

0 comments on commit 9b6be48

Please sign in to comment.