fromis_9/frontend-temp
caadiq d5c54db86c refactor: API 폴더 구조 개선
변경 전:
api/
├── common/client.js
├── pc/admin/
├── pc/common/
└── pc/public/

변경 후:
api/
├── client.js
├── admin/
└── public/

- PC/Mobile 구분 제거 (같은 API 사용)
- 모든 import 경로 업데이트

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 21:39:01 +09:00
..
public docs: 관리자 마이그레이션 계획서 추가 및 완료된 문서 삭제 2026-01-22 18:27:52 +09:00
src refactor: API 폴더 구조 개선 2026-01-22 21:39:01 +09:00
Dockerfile feat(frontend): Phase 1 - 리팩토링을 위한 frontend-temp 프로젝트 셋업 2026-01-21 17:04:18 +09:00
index.html feat(frontend): Phase 1 - 리팩토링을 위한 frontend-temp 프로젝트 셋업 2026-01-21 17:04:18 +09:00
package-lock.json refactor: API 폴더 구조 개선 2026-01-22 21:39:01 +09:00
package.json feat(frontend): Phase 1 - 리팩토링을 위한 frontend-temp 프로젝트 셋업 2026-01-21 17:04:18 +09:00
postcss.config.js feat(frontend): Phase 1 - 리팩토링을 위한 frontend-temp 프로젝트 셋업 2026-01-21 17:04:18 +09:00
tailwind.config.js feat(frontend): Phase 1 - 리팩토링을 위한 frontend-temp 프로젝트 셋업 2026-01-21 17:04:18 +09:00
vite.config.js feat(frontend): Phase 1 - 리팩토링을 위한 frontend-temp 프로젝트 셋업 2026-01-21 17:04:18 +09:00