Правки
This commit is contained in:
gofnnp 2022-10-16 22:29:36 +04:00
parent b92b1e73ce
commit dfd596cd56

View File

@ -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)
}
}