Home banner add

This commit is contained in:
CHIEFSOFT\ameye
2023-06-19 14:22:43 -04:00
parent a3363b8995
commit 961fc83b0d
6 changed files with 61 additions and 22 deletions
+9 -1
View File
@@ -15,7 +15,7 @@ export class WrenchService {
constructor(private http: HttpClient) {
this.url = 'https://www.wrenchboard.com/svs/user';
this.url = 'https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1';
}
getPostData(reqPath:string, reqData): Observable<any> {
@@ -33,7 +33,15 @@ export class WrenchService {
return this.getPostData('blogdata',blogReq);
//blogdata
}
getHomeBanners(usrData){
return this.getPostData('homebanners',usrData);
}
/*
registerUser(newUserData) {
// no session needed - will start the session
return this.http.post(this.url + '/createmobileuser', newUserData)