my cahnges

This commit is contained in:
2024-02-19 14:45:41 +02:00
parent a2f72e652a
commit 3bec65f73d
10 changed files with 84 additions and 22 deletions

View File

@@ -21,5 +21,15 @@ class HomeController extends BaseController {
return view("about");
}
}
function loveit(\Illuminate\Http\Request $r) {
return view("loveit");
}
function nonotype(\Illuminate\Http\Request $r) {
return view("nonotype");
}
}