diff --git a/layouts/index.html b/layouts/index.html index c383f20..6c3734d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -123,7 +123,7 @@ fn register(data: Form) -> impl Responder {

Request Routing

An actix app comes with a URL routing system that lets you match on - URLs and invoke individual handlers. For extra flexibility scopes + URLs and invoke individual handlers. For extra flexibility, scopes can be used.

{{ highlight `fn index(req: HttpRequest) -> impl Responder {