Enabled Domain homepage

This commit is contained in:
Deon George
2021-06-14 21:33:18 +10:00
parent a3b4214040
commit 4011b2a82d
13 changed files with 205 additions and 70 deletions

View File

@@ -44,4 +44,6 @@ Route::middleware(['verified'])->group(function () {
->where('o','[0-9]+');
Route::get('ftn/network/{name}',[HomeController::class,'network']);
});
});
Route::get('network/{o}',[HomeController::class,'network']);