import Fluent import Vapor func routes(_ app: Application) throws { try app.register(collection: InfodeskController()) try app.register(collection: OpenApiController()) try app.register(collection: ApiController()) }