10 Commits

Author SHA1 Message Date
Jay Sheen
73fffdb56d VITE_APP_AUTH_PROXY_HOST='https://auth.dev-nicepay.co.kr'
VITE_APP_API_PROXY_HOST='https://rest.dev-nicepay.co.kr'
2025-11-24 16:25:46 +09:00
Jay Sheen
c8a5738fdc ptr__pull-down 2025-11-24 16:25:36 +09:00
Jay Sheen
73b019e65c 환경 설정 파일 프록시 호스트 업데이트
- Development 환경: https://auth.nicepay.co.krhttps://rest.nicepay.co.kr 사용
- Production 환경: https://npgm.nicepay.co.kr 사용

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-12 10:40:11 +09:00
focp212@naver.com
24d0b38e5e 설정 변경 2025-11-10 10:39:50 +09:00
Jay Sheen
5cf338d00f Update API proxy configuration and refactor alarm route URL parsing
- Change API proxy hosts to production environment
- Refactor URL parsing logic in alarm routes to use replace method instead of split
- Remove console.log statements and simplify ID extraction

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 17:47:36 +09:00
Jay Sheen
5fe197ed58 env 서비스 주소 변경 2025-10-31 16:22:25 +09:00
Jay Sheen
90ed6b8ac9 앱 브릿지 토큰 요청 및 로그아웃 기능 추가
- requestToken 함수 구현 및 토큰 저장 로직 추가
- 토큰 null 체크 및 자동 로그아웃 처리
- 환경 변수 및 빌드 설정 업데이트

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 16:32:30 +09:00
Jay Sheen
7fa0ee4598 빌드/배포 경로 변경 2025-09-17 10:05:25 +09:00
focp212@naver.com
bf26e9ff05 test 2025-09-16 17:40:27 +09:00
Jay Sheen
c38dbaecb4 빌드 설정 개선 및 이미지 경로 문제 해결
- package.json: preview 및 build 스크립트에 환경변수 설정 추가
- 이미지 파일을 public/images 디렉토리로 이동하여 빌드 호환성 확보
- IMAGE_ROOT 상수를 '/images'로 변경하여 빌드 환경 지원
- .env.production 파일 추가로 프로덕션 환경 설정 분리

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-08 15:29:36 +09:00