Skip to content
Snippets Groups Projects
Commit a638f1a2 authored by Safyrus's avatar Safyrus
Browse files

modif index

parent 2755ab44
Branches
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@ session_start();
$app = new Slim();
$app->get('/', function () {
$v = new AccueilView();
$v->render();
$v = new HomeView();
$v->renderHome();
})->name('accueil');
$app->get('/ex1/requete1', function () {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment