Skip to content

Commit 9b6be48

Browse files
committed
[#11123] Add '/api' explicitly
1 parent 41a4b64 commit 9b6be48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/com/navercorp/pinpoint/web/websocket/ActiveThreadCountHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
public abstract class ActiveThreadCountHandler extends TextWebSocketHandler implements PinpointWebSocketHandler {
3939

4040
public static final String APPLICATION_NAME_KEY = "applicationName";
41-
public static final String DEFAULT_REQUEST_MAPPING = "/agent/activeThread";
41+
public static final String DEFAULT_REQUEST_MAPPING = "/api/agent/activeThread";
4242

4343
static final String API_ACTIVE_THREAD_COUNT = "activeThreadCount";
4444

0 commit comments

Comments
 (0)