diff --git a/src/main/kotlin/com/hero/alignlab/domain/dev/resource/DevOAuthResource.kt b/src/main/kotlin/com/hero/alignlab/domain/dev/resource/DevOAuthResource.kt index 8033d3b..3e088f5 100644 --- a/src/main/kotlin/com/hero/alignlab/domain/dev/resource/DevOAuthResource.kt +++ b/src/main/kotlin/com/hero/alignlab/domain/dev/resource/DevOAuthResource.kt @@ -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,