Home banner add
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user