AccountsHttpServiceV1 constructor

AccountsHttpServiceV1()

Implementation

AccountsHttpServiceV1() : super('v1/accounts') {
  dependencyResolver.put('controller',
      Descriptor('pip-services-accounts', 'controller', '*', '*', '1.0'));
}