added some initial routes, ways to show overall stats, matches

This commit is contained in:
Michael Simard
2020-05-29 14:52:20 -05:00
parent c6f7dcec32
commit f48ddd77bf
9 changed files with 277 additions and 55 deletions

View File

@@ -10,5 +10,5 @@ func routes(_ app: Application) throws {
return "Hello, world!"
}
try app.register(collection: TodoController())
}
try app.register(collection: StatsController())
}