File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/be/sportizebe/domain/notification/controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11package com .be .sportizebe .domain .notification .controller ;
22
33import com .be .sportizebe .domain .notification .dto .response .JoinClubRequestResponse ;
4- import com .be .sportizebe .domain .notification .service .JoinClubRequestServiceImpl ;
4+ import com .be .sportizebe .domain .notification .service .JoinClubRequestService ;
55import com .be .sportizebe .global .cache .dto .UserAuthInfo ;
66import com .be .sportizebe .global .response .BaseResponse ;
77import io .swagger .v3 .oas .annotations .Operation ;
2121@ Tag (name = "join-request" , description = "동호회 가입 관련 API" )
2222public class JoinClubRequestController {
2323
24- private final JoinClubRequestServiceImpl joinClubRequestService ;
24+ private final JoinClubRequestService joinClubRequestService ;
2525
2626 @ PostMapping ("/{clubId}/join" )
2727 @ Operation (summary = "가입 신청" , description = "동호회에 가입을 신청합니다. 동호회장에게 알림이 전송됩니다." )
You can’t perform that action at this time.
0 commit comments