added some initial routes, ways to show overall stats, matches
This commit is contained in:
@@ -10,5 +10,5 @@ func routes(_ app: Application) throws {
|
||||
return "Hello, world!"
|
||||
}
|
||||
|
||||
try app.register(collection: TodoController())
|
||||
}
|
||||
try app.register(collection: StatsController())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user