I'm having problems with the slim DELETE, it has a 404 error, follow the code:
<?php
require '../Slim/Slim.php';
\Slim\Slim::registerAutoloader();
$app = new \Slim\Slim();
$app->response()->header('Content-Type', 'application/json;ch...
asked by
18.03.2016 / 18:53