-
boot(routes:
Extension method) A default implementation for
boot
that recurses down the API’s hierarchy.Throws
An error if registration fails.Declaration
Swift
public func boot(routes: RoutesBuilder) throws
Parameters
routes
The
RoutesBuilder
containing HTTP route information up to this point.