Skip to content

Commit 9c198e2

Browse files
committed
fix: 챗봇 권한 변경
1 parent 4cf562e commit 9c198e2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/com/forink/forink/chat/api/ChatController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
@RestController
2424
@RequiredArgsConstructor
2525
@RequestMapping("/bots")
26-
@Secured("ROLE_회원")
2726
public class ChatController {
2827

2928
private final ChatService chatService;

0 commit comments

Comments
 (0)