Fork me on GitHub
#reitit
<
2018-12-19
>
zarkone12:12:04

hello everyone! I want to convert given pathes with parameters ["/?foo" "/test/foo?bar=baz"] to router, so each handler returns the same content. Is there any helpers to convert full query string into reitit router?

ikitommi16:12:02

@zarkone query-parameters can’t currently be used to differentiate paths.