changed customer dashboard endpoint
This commit is contained in:
parent
b91f93a58c
commit
afa316097c
3 changed files with 5 additions and 5 deletions
|
@ -286,10 +286,10 @@ export class ApiService {
|
|||
}
|
||||
|
||||
// Basic Customer User stats API
|
||||
public basicStats() {
|
||||
public customerStats() {
|
||||
const key = this.sessionKey;
|
||||
return this.http.post<any>(
|
||||
this.apiUrl + '/stats',
|
||||
this.apiUrl + '/stats/customer',
|
||||
{
|
||||
session_key : key,
|
||||
}
|
||||
|
|
Reference in a new issue