japronto icon indicating copy to clipboard operation
japronto copied to clipboard

Can I handle any url or any subpath?

Open arturgspb opened this issue 7 years ago • 1 comments

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?

arturgspb avatar Aug 18 '17 19:08 arturgspb

looks like no, wildcards are not working

laviua avatar Nov 23 '18 15:11 laviua