Skip to content
Snippets Groups Projects

Join game

Merged Ghost User requested to merge JoinGame into Development
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -32,7 +32,6 @@ export class MapMarkersController {
}
@Get('test')
async test(){
try {
return this.mapmarkerservice.test();
@@ -41,10 +40,9 @@ export class MapMarkersController {
}
}
@Get('testroles')
@Roles('admin')
@Roles('gm')
async testroles(){
try {
return Roles.toString();
return this.mapmarkerservice.test();
} catch (error) {
return error.message;
Loading