Move packet debug view to top level

This commit is contained in:
Deon George 2021-08-08 12:01:10 +10:00
parent 5e4812ba14
commit 7cd7849241
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class HomeController extends Controller
}
}
return view('pkt.debug')
return view('pkt')
->with('file',$file)
->with('result',$pkt);
}