map, player, game, gamemode data now database driven

This commit is contained in:
Michael Simard
2021-10-31 00:01:27 -05:00
parent b0b0b7bc60
commit 64a66e28b8
22 changed files with 711 additions and 143 deletions

View File

@@ -12,5 +12,7 @@ func routes(_ app: Application) throws {
try app.register(collection: StatsController())
try app.register(collection: MatchController())
try app.register(collection: MapsController())
try app.register(collection: AppDataController())
}