Skip to content

Commit

Permalink
refactor :: 안쓰이는 로직 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
4mjeo committed Mar 2, 2024
1 parent fe3604a commit 66794eb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ import org.springframework.web.bind.annotation.*
)
interface OAuthClient {

@GetMapping("/client")
fun getClient(): ClientsResponse

@PostMapping("/client")
@Transactional(propagation = Propagation.REQUIRES_NEW)
fun registerClient(
Expand Down

0 comments on commit 66794eb

Please sign in to comment.