Hyowon Yang
97f50fd751
Analytics Service context-path 설정 및 Controller 경로 최적화
- context-path 추가: /api/v1/analytics
- Swagger UI 경로를 기본값으로 수정 (/swagger-ui.html)
- 모든 Controller의 @RequestMapping에서 /api/v1 제거
- Events 관련 Controller 4개: /api/v1/events → /events
- Users 관련 Controller 4개: /api/v1/users → /users
- DebugController: /api/debug → /debug
이제 Ingress를 통한 접근 및 Swagger UI가 정상 작동합니다.
- Swagger UI: /api/v1/analytics/swagger-ui/index.html
- API: /api/v1/analytics/events/{eventId}/analytics
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 16:16:24 +09:00
..
2025-10-30 12:47:19 +09:00
2025-10-30 16:16:24 +09:00
2025-10-29 10:59:09 +09:00
2025-10-29 13:24:04 +09:00
2025-10-28 15:59:49 +09:00
2025-10-28 15:19:43 +09:00