Skip to content

Commit

Permalink
chore: token 저장 API URL 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sukkyun2 committed Aug 3, 2024
1 parent 780a7f0 commit 35a4d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/history.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
return HISTORY_API.get('/api/infos');
},
registerPushToken(token) {
return HISTORY_API.post('notifications/token', {
return HISTORY_API.post('/api/notifications/token', {
token: token
})
}
Expand Down

0 comments on commit 35a4d6d

Please sign in to comment.