NAIVE_CLICK as default and returns the game data on event POST

This commit is contained in:
2020-11-07 20:45:51 -03:00
parent c7bfc1021c
commit 0dcc427a1e
2 changed files with 4 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ class GameEvent(models.Model):
type = models.IntegerField(
choices=EventTypes.choices(),
default=EventTypes.START_GAME,
default=EventTypes.CLICK_NAIVE,
help_text="The game event",
)