get apiEndpoint()

in cdk/lib/construct/websocket.ts [50:52]


    get apiEndpoint() {
        return `${this.api.apiEndpoint}/${this.defaultStageName}`;
    }