Socket channel health endpoint

Dears, I am working on socket channel and there are function call health

@socketio_webhook.route("/", methods=["GET"])
        async def health(_: Request) -> HTTPResponse:
            return response.json({"status": "ok"})

I’m trying to access that end point using http://localhost:5005/health but it seem incorrect endpoint. can please help me how I can access the endpoint

Thanks

Hi @mohocp This looks like a question more related to socketio webhooks. Is there anything on the Rasa side that is not working and causing trouble?