@@ -1,7 +1,7 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | // Application Routes |
| 3 | 3 | |
| 4 | -$app->get('/', function ($request, $response, $args) { |
|
| 4 | +$app->get('/', function($request, $response, $args) { |
|
| 5 | 5 | // Render index view |
| 6 | 6 | return $this->theme->render($response, 'slim.phtml', $args); |
| 7 | 7 | }); |
@@ -11,7 +11,7 @@ discard block |
||
| 11 | 11 | // ->setName('home'); |
| 12 | 12 | |
| 13 | 13 | // Render Twig template in route |
| 14 | -$app->any('/render/[{name}]', function ($request, $response, $args) { |
|
| 14 | +$app->any('/render/[{name}]', function($request, $response, $args) { |
|
| 15 | 15 | // Erdiko setup (load configs) |
| 16 | 16 | // $erdiko = \erdiko\App; |
| 17 | 17 | // $erdiko->load('application'); |