From 7e3d49554ad0bcbd1b1a2c5be0e9c6eb55beb562 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 2 Jun 2018 12:10:20 +0200 Subject: [PATCH] missing comma --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {