anuragsoni / routes

typed bidirectional router for OCaml/ReasonML web applications
https://anuragsoni.github.io/routes/
BSD 3-Clause "New" or "Revised" License
145 stars 11 forks source link

Added add_route method #108

Closed tatchi closed 4 years ago

tatchi commented 4 years ago

My attempt to implement #65

I had to expose the empty_router method in the case we don't have any router defined yet.

Let me know what you think :)

anuragsoni commented 4 years ago

Thank you!