Skip to content

Commit

Permalink
Merge pull request #133 from pblasucci/patch-1
Browse files Browse the repository at this point in the history
Update routing.md
  • Loading branch information
pimbrouwers authored Feb 14, 2025
2 parents 3362607 + 4eef0ed commit c13c5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ let greetingHandler name : HttpHandler =
Response.ofPlainText message
let endpoints =
[ mapGet "/hello/{name:alpha}" (fun route -> r.GetString "name") greetingHandler ]
[ mapGet "/hello/{name:alpha}" (fun route -> route.GetString "name") greetingHandler ]
wapp.UseRouting()
.UseFalco(endpoints)
Expand Down

0 comments on commit c13c5f3

Please sign in to comment.