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