Currently, a context path is only supported at the root path.
Nested context paths will help group and isolate each service.
sb.contextPath("/rest")
.contextPath("/catalog")
.service("/product", new GetProductService())
.service("/products", new ProductsHandler())
.and()
.contextPath("/cart")
.service("/checkout", new CheckoutService());
...
.and()
.and()
.contextPath("/gql")
.service("/catalog", new GraphQLService());
Discussion: https://discord.com/channels/1087271586832318494/1250406858100047896/1250406882426753036
Currently, a context path is only supported at the root path.
Nested context paths will help group and isolate each service.
Discussion: https://discord.com/channels/1087271586832318494/1250406858100047896/1250406882426753036