Skip to content

Commit

Permalink
Merge pull request #21 from Team-Shaka/feat/19
Browse files Browse the repository at this point in the history
🐛 Bug: 초대장 조회 URI 수정
  • Loading branch information
HyoBN authored May 2, 2024
2 parents e0221aa + a7a1caa commit fba6dc9
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 fba6dc9

Please sign in to comment.