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