Game list should now be sorted, a new endpoint with the game list in random order have been added.
This commit is contained in:
@@ -16,9 +16,13 @@ func indexHandler(w http.ResponseWriter, r *http.Request) {
|
||||
|
||||
testf()
|
||||
|
||||
data := VersionData{Version: "2.1.3",
|
||||
Changelog: "Added a check to see if song exists before returning it, if not a new song will be picked up.",
|
||||
data := VersionData{Version: "2.1.4",
|
||||
Changelog: "Game list should now be sorted, a new endpoint with the game list in random order have been added.",
|
||||
History: []VersionData{
|
||||
{
|
||||
Version: "2.1.3",
|
||||
Changelog: "Added a check to see if song exists before returning it, if not a new song will be picked up.",
|
||||
},
|
||||
{
|
||||
Version: "2.1.2",
|
||||
Changelog: "Added test server to swagger file.",
|
||||
|
||||
Reference in New Issue
Block a user