add Player model

This commit is contained in:
Andrew Glaze
2025-05-18 16:53:08 -04:00
parent a93308afb1
commit 62260ffc73
11 changed files with 390 additions and 11 deletions

View File

@@ -12,4 +12,5 @@ func routes(_ app: Application) throws {
try app.register(collection: InfodeskController())
try app.register(collection: OpenApiController())
try app.register(collection: ApiController())
}