CommandableHttpService constructor

CommandableHttpService(
  1. String baseRoute
)

Creates a new instance of the service.

  • baseRoute a service base route.

Implementation

CommandableHttpService(String baseRoute) : super() {
  this.baseRoute = baseRoute;
  dependencyResolver.put('controller', 'none');
}