Marc Knaup
10/18/2017, 11:12 PMtipsy
10/18/2017, 11:30 PM<http://example.com/service/:path|example.com/service/:path>
, you will have to declare all your routes as /service/...
if you can set a context path, you can build your app as normal without having to take this into accounts4nchez
10/19/2017, 8:07 AMMarc Knaup
10/19/2017, 2:56 PMs4nchez
10/19/2017, 8:47 PM/v1/x
, /v1/y
, /v2/x
) I'd probably prefer managing those on the app itself rather than using a router.