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

modif index

parent 2755ab44
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,8 @@ session_start(); ...@@ -37,8 +37,8 @@ session_start();
$app = new Slim(); $app = new Slim();
$app->get('/', function () { $app->get('/', function () {
$v = new AccueilView(); $v = new HomeView();
$v->render(); $v->renderHome();
})->name('accueil'); })->name('accueil');
$app->get('/ex1/requete1', function () { $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