Fork me on GitHub
#ring-swagger
<
2017-08-31
>
plins20:08:43

hi everyone, is it possible to have a route like /route/:my-param and the param optional so when I hit /route/ i hits the handler instead of returning a 404?

plins20:08:03

:path-params [params (keys :opt-un [:myparam])] throwns an error