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