map, player, game, gamemode data now database driven
This commit is contained in:
@@ -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())
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user