http://localhost/public/v1/createorders, is my URL to create order API, but I am getting "welcome to apiato" message.
This message usually comes if my route is like this "http://localhost/public/v1/ ".
But i am getting this message even after changing the api endpoint.
I have apiato setup on my local computer. I have changed the hosts and vhosts file as it was mentioned.
Sometimes the API works. Sometimes the API returns 'Welcome to Apiato message'.
I was expecting my API endpoint to display a valid result.