- 백엔드: GET /admin/concert/schedule/:seriesId (상세 조회) - 백엔드: PUT /admin/concert/schedule/:seriesId (수정) - 프론트엔드: ConcertEditForm 페이지 (생성 폼 컴포넌트 재사용) - 라우트: /admin/schedule/concert/:seriesId/edit 등록 - 일정 목록: 콘서트 카테고리 편집 버튼이 수정 페이지로 연결 - schedule.js: formatSchedule에 concertSeriesId 추가 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| Dockerfile | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| vite.config.js | ||