We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a481550 commit c997ff4Copy full SHA for c997ff4
1 file changed
src/main/java/com/example/triptalk/domain/tripPlan/controller/TripPlanController.java
@@ -72,10 +72,6 @@ public ApiResponse<TripPlanResponse.TripPlanStatusDTO> markTripPlanAsTraveled(
72
- 일별 상세 일정 (DailySchedule + ScheduleItem)
73
- 교통편 정보 (출발편, 귀환편)
74
- 숙소 정보
75
-
76
- ### 🔐 인증
77
- - Authorization 헤더에 Bearer 토큰 필요
78
- - 로그인한 사용자의 여행 계획으로 저장
79
"""
80
)
81
public ApiResponse<TripPlanResponse.TripPlanDTO> createTripPlanFromFastAPI(
0 commit comments