import Endpoint from 'Endpoint' class MatchSuperclass extends Endpoint { constructor() { super() this.serviceName = 'match' } } export default MatchSuperclass