Skip to content

Commit

Permalink
Merge pull request #9 from byeolhaha/feat/1
Browse files Browse the repository at this point in the history
style : 컨트롤러 어노테이션 추가
  • Loading branch information
byeolhaha authored May 13, 2024
2 parents 0159213 + cfd161e commit 86afa56
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.PatchMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

@RestController
@RequestMapping("/banwords")
public class BanWordController {

Expand Down

0 comments on commit 86afa56

Please sign in to comment.