SiteController
struct SiteController : SiteControllerUtilsRoute gorup that only manages one route: the root route “/”.
- 
                  
                  DeclarationSwift func registerRoutes(_ app: Application) throws
- 
                  rootPageHandler(_:Asynchronous) DeclarationSwift func rootPageHandler(_ req: Request) async throws -> View
- 
                  aboutTwitarrViewHandler(_:Asynchronous) GET /about See moreDeclarationSwift func aboutTwitarrViewHandler(_ req: Request) async throws -> View
- 
                  timePageHandler(_:Asynchronous) DeclarationSwift func timePageHandler(_ req: Request) async throws -> View
- 
                  mapPageHandler(_:Asynchronous) DeclarationSwift func mapPageHandler(_ req: Request) async throws -> View
 View on GitHub
            View on GitHub
           SiteController Structure Reference
      SiteController Structure Reference