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>
This commit is contained in:
Jay Sheen
2025-11-07 17:47:27 +09:00
parent 1bbf90b98e
commit 5cf338d00f
4 changed files with 19 additions and 21 deletions

View File

@@ -1,4 +1,6 @@
VITE_APP_ENV=production
# VITE_APP_AUTH_PROXY_HOST='https://npgm.nicepay.co.kr'
# VITE_APP_API_PROXY_HOST='https://npgm.nicepay.co.kr'
# VITE_APP_AUTH_PROXY_HOST='http://3.35.79.250:8090'
# VITE_APP_API_PROXY_HOST='http://3.35.79.250:8080'
VITE_APP_AUTH_PROXY_HOST='https://auth.nicepay.co.kr'