get('/', function () use ($app) { return $app->version(); }); $app->get('nieuws/overzicht[/{count:\d+}[/{page:\d+}]]', 'NewsController@list' );