notification starter
This commit is contained in:
@@ -24,6 +24,10 @@ export class WrenchService {
|
||||
);
|
||||
}
|
||||
|
||||
getMyNotifications(usrData) {
|
||||
return this.getPostData('mynotifications',usrData);
|
||||
}
|
||||
|
||||
loginUser(loginData) {
|
||||
return this.getPostData('userlogin',loginData);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user