diff --git a/angular/src/app/services/apple-wallet.service.ts b/angular/src/app/services/apple-wallet.service.ts index 4d00225..e184003 100644 --- a/angular/src/app/services/apple-wallet.service.ts +++ b/angular/src/app/services/apple-wallet.service.ts @@ -30,6 +30,6 @@ export class AppleWalletService { text: '', isUpdateCard: true } - return this.http.post(`${this.url}/apns/api/sendNotification/${user_id}`, options) + return this.http.post(`${this.url}/sendNotification/${user_id}`, body, options) } }