]> git.cworth.org Git - empires-server/commitdiff
game: Add a new /player endpoint to allow a player to change their name
authorCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 13:18:19 +0000 (06:18 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 5 Jun 2020 14:28:57 +0000 (07:28 -0700)
This sets the name both in the current game's player object as well as
in the session, (so it's there for subsequent games as well).

We have a simple test for this new endpoint as well.


No differences found