Skip to content

Commit

Permalink
πŸ› :: Method Missmatched
Browse files Browse the repository at this point in the history
  • Loading branch information
gurdl0525 committed Nov 11, 2023
1 parent d39940e commit 67cc905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AuthController(
private val appleAuthService: AppleAuthService
) {

@GetMapping("/google")
@PostMapping("/google")
fun oauthSignIn(
@RequestParam(name = "token", required = true)
token: String
Expand Down

0 comments on commit 67cc905

Please sign in to comment.