Skip to content

Commit

Permalink
Update UserController.kt
Browse files Browse the repository at this point in the history
오타 수정
  • Loading branch information
endermaru authored Jan 25, 2025
1 parent d791e7a commit 6481265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class UserController(

// Endpoints for snu mail

@PostMapping("/snumail-verification/google-email")
@PostMapping("/snu-mail-verification/google-email")
fun fetchGoogleAccountEmail(
@RequestBody request: FetchGoogleAccountEmailRequest,
): ResponseEntity<GoogleEmail> {
Expand Down

0 comments on commit 6481265

Please sign in to comment.