I am creating a chat bot using RASA X
i installed Rasa in my local system and a server system
Local mode : In local mode i used
http://localhost:5005/webhooks/rest/webhook
and data as { "sender": "Rasa", "message": "hi" }
and got the corresponign response
Server
installed rasa using Rasa Server Install this link and trained and then i tried to acces the api used for the local mode
http://serverIp/webhooks/rest/webhook
but is showing error
Error: Requested URL /webhooks/rest/webhook not found
Why this is showing
How can i access it through API ??
i am using python 3.6.8