play ground
This commit is contained in:
@@ -86,7 +86,11 @@ export class WrenchService {
|
||||
return this.getPostData('mynotifications',usrData);
|
||||
}
|
||||
|
||||
loginUser(loginData) {
|
||||
getMyPlayground(usrData) {
|
||||
return this.getPostData('playground',usrData);
|
||||
}
|
||||
|
||||
loginUser(loginData) {
|
||||
return this.getPostData('userlogin',loginData);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user