Skip to content
Snippets Groups Projects
Commit 925f13e2 authored by L4168's avatar L4168
Browse files

removed useless path

parent 3bfc1a1d
No related branches found
No related tags found
3 merge requests!59Development to master,!54Development to testing,!50Mockdata replay
...@@ -22,9 +22,4 @@ export class ReplayController { ...@@ -22,9 +22,4 @@ export class ReplayController {
async mockData(@Param('id') gameId) { async mockData(@Param('id') gameId) {
return this.replayservice.mockdata(gameId); return this.replayservice.mockdata(gameId);
} }
@Get('players/:id')
async getPlayers(@Param('id') gameId) {
return this.replayservice.getPlayers(gameId);
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment