corrigindo rotas

This commit is contained in:
Reginaldo
2023-06-13 18:08:42 -03:00
parent 20fc580fe2
commit 00d21cc8c5
11 changed files with 182 additions and 22 deletions

View File

@@ -2,5 +2,7 @@
namespace app\controllers;
class HomeController{
public function index(){
return Controller::view("home");
}
}