scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.71k stars 132 forks source link

Use "pathParam" instead of "captureParam" to refer to path parameters #346

Closed fumieval closed 8 months ago

fumieval commented 9 months ago

Fixes #344

ocramz commented 9 months ago

@fumieval the example programs in the README and in the Cabal file should be updated too then.

fumieval commented 9 months ago

the example programs in the README and in the Cabal file should be updated too then.

Right, fixed!