Blog data
This commit is contained in:
@@ -25,10 +25,14 @@ export class WrenchService {
|
||||
}
|
||||
|
||||
loginUser(loginData) {
|
||||
|
||||
|
||||
return this.getPostData('userlogin',loginData);
|
||||
}
|
||||
|
||||
getBlogData(){
|
||||
const blogReq=[];
|
||||
return this.getPostData('blogdata',blogReq);
|
||||
//blogdata
|
||||
}
|
||||
/*
|
||||
registerUser(newUserData) {
|
||||
// no session needed - will start the session
|
||||
|
||||
Reference in New Issue
Block a user