From 67ebc7de2a68bdb0b45eb7f59a808f94c7769b8c Mon Sep 17 00:00:00 2001 From: "Yunsam.Eo" Date: Mon, 8 Dec 2025 13:31:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=A0=ED=81=B0=EB=B0=9C=EA=B8=89=20url=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eactive/eai/authserver/custom/KjbMGOAuth2Controller.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/eactive/eai/authserver/custom/KjbMGOAuth2Controller.java b/src/main/java/com/eactive/eai/authserver/custom/KjbMGOAuth2Controller.java index f08be14..5918d96 100644 --- a/src/main/java/com/eactive/eai/authserver/custom/KjbMGOAuth2Controller.java +++ b/src/main/java/com/eactive/eai/authserver/custom/KjbMGOAuth2Controller.java @@ -61,7 +61,7 @@ public class KjbMGOAuth2Controller { @Autowired private TokenIssuanceLogDAO tokenIssuanceLogDAO; - @RequestMapping(value = "/mapi/oauth2/token2", method = RequestMethod.POST, produces = "application/json; charset=\"UTF-8\"") + @RequestMapping(value = "/mapi/oauth2/token", method = RequestMethod.POST, produces = "application/json; charset=\"UTF-8\"") @ResponseBody public KjbMGOAuth2AccessTokenResponse token(@RequestBody KjbMGOAuth2AccessTokenRequest tokenRequest, HttpServletRequest request, HttpServletResponse response) {