Skip to content

Commit c13c5f3

Browse files
authored
Merge pull request #133 from pblasucci/patch-1
Update routing.md
2 parents 3362607 + 4eef0ed commit c13c5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/routing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ let greetingHandler name : HttpHandler =
7575
Response.ofPlainText message
7676
7777
let endpoints =
78-
[ mapGet "/hello/{name:alpha}" (fun route -> r.GetString "name") greetingHandler ]
78+
[ mapGet "/hello/{name:alpha}" (fun route -> route.GetString "name") greetingHandler ]
7979
8080
wapp.UseRouting()
8181
.UseFalco(endpoints)

0 commit comments

Comments
 (0)