This commit is contained in:
CHIEFSOFT\ameye
2023-08-17 16:39:03 -04:00
parent e5ea888a3f
commit db3d945366
5 changed files with 26 additions and 9 deletions
+2 -2
View File
@@ -74,8 +74,8 @@ export class WrenchService {
return this.getPostData('userlogin',loginData);
}
getBlogData(){
const blogReq=[];
getBlogData(blogReq){
//const blogReq=[];
return this.getPostData('blogdata',blogReq);
//blogdata
}