Skip to content

Commit 0498840

Browse files
committed
Refactor(#23): ReviewController에 Authenticated annotation 적용
1 parent d4b80e3 commit 0498840

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application/wypl-core/src/main/java/com/wypl/wyplcore/review/controller/ReviewController.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
import java.time.LocalDate;
44

5-
import org.springframework.data.mongodb.core.messaging.Message;
65
import org.springframework.format.annotation.DateTimeFormat;
7-
import org.springframework.http.ResponseEntity;
86
import org.springframework.web.bind.annotation.DeleteMapping;
97
import org.springframework.web.bind.annotation.GetMapping;
108
import org.springframework.web.bind.annotation.PatchMapping;
@@ -16,6 +14,7 @@
1614
import org.springframework.web.bind.annotation.RestController;
1715

1816
import com.wypl.applicationcommon.WyplResponseEntity;
17+
import com.wypl.wyplcore.auth.annotation.Authenticated;
1918
import com.wypl.wyplcore.auth.domain.AuthMember;
2019
import com.wypl.wyplcore.review.data.request.ReviewCreateRequest;
2120
import com.wypl.wyplcore.review.data.request.ReviewType;

0 commit comments

Comments
 (0)