context-path 대응 추가 수정
This commit is contained in:
@@ -37,6 +37,7 @@ public class MockApiController {
|
||||
|
||||
|
||||
public ResponseEntity<String> handleRequest(HttpServletRequest httpRequest) throws IOException {
|
||||
|
||||
MockRequest request = new MockRequest(httpRequest);
|
||||
AntPathMatcher pathMatcher = new AntPathMatcher();
|
||||
logger.debug("===========================");
|
||||
|
||||
Reference in New Issue
Block a user