latest work #20

Merged
philipp merged 233 commits from dev into main 2020-12-09 18:49:33 +00:00
Showing only changes of commit 084691c294 - Show all commits

View File

@ -49,8 +49,7 @@ export class RunnerController {
return error;
}
return runner;
//return this.runnerRepository.save(runner);
return this.runnerRepository.save(runner);
}
@Put('/:id')