Add Single-Calc for player name. Refactor admin+single-calc dialogs.
This commit is contained in:
1
main.go
1
main.go
@@ -126,6 +126,7 @@ func main() {
|
||||
protected.GET("/cache/:player_id", controllers.GetCacheByPlayerID)
|
||||
|
||||
protected.GET("/score/:player_id", controllers.GetScoreByPlayerID)
|
||||
protected.POST("/score/:player_name", controllers.GetScoreByPlayerName)
|
||||
|
||||
protected.GET("/game", controllers.GetGames)
|
||||
protected.GET("/game_html", controllers.GetGamesHTML)
|
||||
|
||||
Reference in New Issue
Block a user