fixed issue with calculating dates, added api for posting a game to the server

This commit is contained in:
Michael Simard
2020-12-09 14:11:44 -06:00
parent 26fdc1e39a
commit f10a360556
4 changed files with 67 additions and 19 deletions

View File

@@ -20,7 +20,7 @@ public func configure(_ app: Application) throws {
), as: .psql)
//app.migrations.add(CreateMatch())
app.migrations.add(AddCODGame())
app.migrations.add(AddCODGame2())
// register routes