implementation-examples
implementation-examples copied to clipboard
Python endpoint need to be corrected
As per the documentation the router endpoint is http://localhost:8000 however python server is only listening on http://localhost:8000/rasa. Either the endpoint or the documentation needs to be fixed and also reconciled with the PHP server.