|
@@ -40,12 +40,7 @@ class Net {
|
|
|
}
|
|
|
|
|
|
async meditation (obj){
|
|
|
- let {data} = await axios.post("/meditation",{
|
|
|
- size : 20,
|
|
|
- page : 1,
|
|
|
- type : 'body',
|
|
|
- // section : 'stand'
|
|
|
- } );
|
|
|
+ let {data} = await axios.post("/meditation",obj);
|
|
|
return data;
|
|
|
// console.log(" :::: " , data);
|
|
|
}
|