Game list should now be sorted, a new endpoint with the game list in random order have been added.

This commit is contained in:
2021-12-03 23:28:23 +01:00
parent ecec5fae9b
commit 0a73134381
5 changed files with 50 additions and 6 deletions

View File

@@ -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.",