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