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