i have just installed Apigility and following the tutorials i have an error. When i try with Postman to call my service i get an error like this
Zend\View\Renderer\PhpRenderer::render: Unable to render template "status/v1/rpc/ping/ping/ping"; resolver could not resolve to a file
My call on postman is like this. http://localhost/demo/api/public/ping
How to solve this problem?