We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3362607 + 4eef0ed commit c13c5f3Copy full SHA for c13c5f3
documentation/routing.md
@@ -75,7 +75,7 @@ let greetingHandler name : HttpHandler =
75
Response.ofPlainText message
76
77
let endpoints =
78
- [ mapGet "/hello/{name:alpha}" (fun route -> r.GetString "name") greetingHandler ]
+ [ mapGet "/hello/{name:alpha}" (fun route -> route.GetString "name") greetingHandler ]
79
80
wapp.UseRouting()
81
.UseFalco(endpoints)
0 commit comments