fix bug sms count
This commit is contained in:
@@ -189,7 +189,7 @@ export class RestaurantService {
|
|||||||
try {
|
try {
|
||||||
const { data } = await firstValueFrom(
|
const { data } = await firstValueFrom(
|
||||||
this.httpService
|
this.httpService
|
||||||
.get('super-admin/notifications/sms-count', {
|
.get(this.config.baseUrl + '/super-admin/notifications/sms-count', {
|
||||||
params: { page, limit },
|
params: { page, limit },
|
||||||
})
|
})
|
||||||
.pipe(
|
.pipe(
|
||||||
|
|||||||
Reference in New Issue
Block a user