japronto
japronto copied to clipboard
Can I handle any url or any subpath?
Hi, I need handle all urls in one handler or can use * in patterns. Example: app.router.add_route('/{service}/{version}/*', proxy_handle)
Can I do this and how?
looks like no, wildcards are not working