Skip to content
Snippets Groups Projects

Dto service

Merged Ghost User requested to merge dto-service into piirto2
12 files
+ 268
92
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -58,6 +58,11 @@ export class GameController {
return this.gameservice.joinGroup(person, id);
}
@Get('get-faction-members/:id')
async getFactionMembers(@Param('id') factionId) {
return this. gameservice.listFactionMembers(factionId)
}
// param game ID is passed to @Roles
@Put('promote/:id')
@UseGuards(new AuthGuard())
Loading