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