@@ -6,7 +6,7 @@ |
||
6 | 6 | |
7 | 7 | $routes = [ |
8 | 8 | //Rotas |
9 | - ['/','Home@index'], |
|
9 | + ['/', 'Home@index'], |
|
10 | 10 | ['/contato', 'Contact@index'], |
11 | 11 | ['/contato/{p}', 'Contact@index'], |
12 | 12 | ['/not-found/404', 'Notfound@index'], |