Initial Web UI inspired by int10h.org
This commit is contained in:
@@ -4,18 +4,10 @@ namespace App\Http\Controllers;
|
||||
|
||||
class HomeController extends Controller
|
||||
{
|
||||
public function home() {
|
||||
return view('home');
|
||||
}
|
||||
|
||||
public function network(string $name)
|
||||
{
|
||||
return view('networks')
|
||||
->with('content',$name)
|
||||
->with('network',$name);
|
||||
}
|
||||
|
||||
public function welcome() {
|
||||
return view('welcome');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user