DenisFrezzato / hyper-ts

Type safe middleware architecture for HTTP servers
https://denisfrezzato.github.io/hyper-ts/
MIT License
391 stars 18 forks source link

Update routing example for fp-ts-routing 0.5 #67

Closed thewilkybarkid closed 2 years ago

thewilkybarkid commented 2 years ago

The routing example uses an older version of the fp-ts-routing library, so copy/pasting doesn't work when using the latest version elsewhere.

There's probably more I'd improve here, but this is the minimum to get it working.

DenisFrezzato commented 2 years ago

Thanks!