This commit is contained in:
Michael Simard
2020-12-13 09:40:01 -06:00
parent 172b4fed06
commit 550f986dd7
4 changed files with 127 additions and 68 deletions

View File

@@ -11,4 +11,6 @@ func routes(_ app: Application) throws {
}
try app.register(collection: StatsController())
try app.register(collection: MatchController())
}