diff --git a/game-list-service/main.go b/game-list-service/main.go index 025c664..24e2c9e 100644 --- a/game-list-service/main.go +++ b/game-list-service/main.go @@ -66,7 +66,7 @@ func gameListService(w http.ResponseWriter, r *http.Request, ps httprouter.Param Soap: "http://schemas.xmlsoap.org/soap/envelope/", Xsi: "http://www.w3.org/2001/XMLSchema-instance", Xsd: "http://www.w3.org/2001/XMLSchema", - PublishedGameCount: gameCount, // fixme + PublishedGameCount: gameCount, Games: games, } log.Info("Listing games")