mount method

  1. @override
void mount(
  1. String prefix,
  2. List<ApiEndpoint> children
)
override

Implementation

@override
void mount(String prefix, List<ApiEndpoint> children) {
  _router.mount('/${_mountSegment(prefix)}/',
      ShelfApiRouter(children, onError: onError));
}