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

set correct GameStates

parent c4d3d1e1
No related branches found
No related tags found
3 merge requests!59Development to master,!36Development,!32Game state
......@@ -21,7 +21,7 @@ export class TrackingController {
// :id is the id of the game
@Post('location/:id')
@Roles('soldier')
@GameStates('started')
@GameStates('STARTED')
@UsePipes(new ValidationPipe())
async trackLocation(
@User('id') userId,
......
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