@@ -24,7 +24,7 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | $routes = []; |
| 27 | -$routes['index'] = ['GET', '/', function (Action $action) { |
|
| 27 | +$routes['index'] = ['GET', '/', function(Action $action) { |
|
| 28 | 28 | return [200, [], view('index')]; |
| 29 | 29 | }]; |
| 30 | 30 | |