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