feat: Fixes 'any' not being used in some function calls.
This commit is contained in:
@@ -2,7 +2,7 @@ import Fluent
|
||||
import Vapor
|
||||
|
||||
struct ApiController: RouteCollection {
|
||||
func boot(routes: RoutesBuilder) throws {
|
||||
func boot(routes: any RoutesBuilder) throws {
|
||||
try routes.register(collection: EmployeeApiController())
|
||||
try routes.register(collection: PurchaseOrderApiController())
|
||||
try routes.register(collection: UserApiController())
|
||||
|
||||
Reference in New Issue
Block a user