Skip to content

Commit

Permalink
fix: fcm notification (#281)
Browse files Browse the repository at this point in the history
* feat: fcm base code

* fix: service worker error

* fix: 불필요한 코드 삭제

* fix: 불필요한 코드 삭제

* fix: 불필요한 코드 삭제

* feat: fcm api 1차

* fix: debugging
  • Loading branch information
rabyeoljji authored Nov 27, 2024
1 parent dbda357 commit 2e76e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/configs/endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const API_ENDPOINTS = {

FCM: {
POST: {
TOKEN: '/api/v2/tokens',
TOKEN: '/tokens',
},
},

Expand Down

0 comments on commit 2e76e9c

Please sign in to comment.