Skip to content

Commit cda64af

Browse files
committed
change /v2/ to /v1/ for instant fix
1 parent e667c1c commit cda64af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/wafflestudio/csereal/common/controller/LoginController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class LoginController(
1212
@Value("\${login-page}")
1313
private val loginPage: String
1414
) {
15-
@GetMapping("/api/v2/login")
15+
@GetMapping("/api/v1/login")
1616
fun redirectToLoginURL(response: HttpServletResponse) {
1717
val redirectUrl = "$loginPage/oauth2/authorization/idsnucse"
1818
response.sendRedirect(redirectUrl)

0 commit comments

Comments
 (0)