Skip to content

Commit

Permalink
fix: error 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
junseokkim committed Jan 2, 2024
1 parent b2066bb commit 71f9f0a
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
@RestController
@RequiredArgsConstructor
public class MemberController {

@Autowired
private MemberService memberService;
private CalendarService calendarService;
private final MemberService memberService;
private final CalendarService calendarService;

@PostMapping("/signup")
public ApiResponse<MemberIdResponse> addMember(@RequestBody MemberRequest memberRequest){
Expand Down

0 comments on commit 71f9f0a

Please sign in to comment.