Skip to content

Commit

Permalink
chore: 채팅 API prefix 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
namkikim0718 committed Nov 9, 2024
1 parent 2786ee3 commit 498c522
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

@RestController
@RequiredArgsConstructor
@RequestMapping("/api/chat")
@RequestMapping("/api/chats")
@Slf4j
public class ChatController {

Expand Down

0 comments on commit 498c522

Please sign in to comment.