Skip to content

Commit 652b452

Browse files
committed
updated routes with new show() method
1 parent fc0fba1 commit 652b452

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/routes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313

1414
$app->get('/', function() use ($app)
1515
{
16-
return $app->blade->render('hello.blade.php');
17-
});
16+
return $app->show('hello');
17+
});

0 commit comments

Comments
 (0)