@ -111,7 +111,7 @@
getTrainPlan(){
var that = this
fetch(`https://www.tall.wiki/gateway/sports/training/get?projectId=${this.projectId}`)
fetch(`https://www.tall.wiki/gateway/sports/training/get?projectId=${this.projectId}`, {method: 'post'})
.then(function(response) {
return response.json();
})