Skip to content

Commit

Permalink
refactor: adjust order of annotation on MailReservationController
Browse files Browse the repository at this point in the history
  • Loading branch information
woowabrie committed Oct 9, 2023
1 parent eb4280d commit 9c4e58b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import org.springframework.web.bind.annotation.PostMapping
import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RestController

@RestController
@RequestMapping("/api/mail-reservation")
@RestController
class MailReservationRestController(
private val mailReservationService: MailReservationService
) {
Expand Down

0 comments on commit 9c4e58b

Please sign in to comment.