Skip to content

Commit

Permalink
fix: poc redirect test
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Jul 29, 2024
1 parent d6bf49f commit 587d8fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class DevOAuthResource(
) = devOAuthService.getOAuthAuthorizeCode(provider).wrapOk()

@Operation(summary = "OAuth Redirect Test")
@PostMapping("/api/dev/v1/oauth/{provider}/authorize/redirected")
@GetMapping("/api/dev/v1/oauth/{provider}/authorize/redirected")
suspend fun redirectedDevOAuthAuthorizeCode(
@PathVariable provider: OAuthProvider,
@ParameterObject request: DevRedirectedRequest,
Expand Down

0 comments on commit 587d8fd

Please sign in to comment.