thanks, I ran it by removing $app=new\Slim\App;
the files with require were:
<?php use \Psr\Http\Message\ServerRequestInterface as Request; use \Psr\Http\Message\ResponseInterface as Response; $app->get('/api/vote/stage/1', function(Request $request, Response $response){ $sql = 'SELECT `idstage_one` AS NUMBER,…