Home Reference Source

lib/Endpoints/MatchEndpoint/MatchSuperclass.js

import Endpoint from 'Endpoint'

class MatchSuperclass extends Endpoint {
    constructor() {
        super()

        this.serviceName = 'match'
    }
}

export default MatchSuperclass