stock.exdev.co.kr로 접속 url 변경

This commit is contained in:
Macbook
2026-06-17 10:00:34 +09:00
parent 58cf1e1ec7
commit 37533764ee
46 changed files with 354 additions and 75 deletions
+2 -2
View File
@@ -35,11 +35,11 @@ goldenApp과 동일 프로젝트 **goldenanalysisapp** 서비스 계정 JSON 사
## 확인
```bash
curl http://exdev.co.kr/api/fcm/status
curl https://stock.exdev.co.kr/api/fcm/status
# {"available":true}
# 앱에서 FCM 푸시 ON 후
curl -X POST http://exdev.co.kr/api/fcm/test \
curl -X POST https://stock.exdev.co.kr/api/fcm/test \
-H "x-user-id: 1" \
-H "x-device-id: <앱 device id>"
```