Skip to content

Commit

Permalink
🐛 Bug: uri 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
HyoBN committed May 2, 2024
1 parent f5e68b1 commit a7a1caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@Slf4j
@Validated
@Tag(name = "😎 Invitation API", description = "초대장 관련 API 입니다. 초대장 조회, 전송 등의 API가 포함됩니다.")
@RequestMapping("/invi")
@RequestMapping("/users")
public class InvitationApi {

private final InvitationService invitationService;
Expand Down

0 comments on commit a7a1caa

Please sign in to comment.