Skip to content
Snippets Groups Projects
Commit 9a0aa96e authored by 심재엽's avatar 심재엽
Browse files

refactor: 채팅 푸시 알림 클릭시 리다이렉션 경로 수정(마이페이지)

parent 4df38df4
No related branches found
No related tags found
1 merge request!43배포코드 master브랜치로
...@@ -42,7 +42,7 @@ async function startPushServer() { ...@@ -42,7 +42,7 @@ async function startPushServer() {
body: `${sender}: ${messageContent}`, body: `${sender}: ${messageContent}`,
}, },
data: { data: {
click_action: `${process.env.FRONT_URL}/chat/chatRoom/${chatRoomId}`, // 클릭 시 이동할 URL click_action: `${process.env.FRONT_URL}/mypage`, // 클릭 시 이동할 URL
}, },
android: { priority: 'high' }, android: { priority: 'high' },
apns: { payload: { aps: { sound: 'default' } } }, apns: { payload: { aps: { sound: 'default' } } },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment