Added server info

This commit is contained in:
Deon George
2020-09-19 00:08:00 +10:00
parent db61e0d1ce
commit d20a17d3fe
12 changed files with 397 additions and 330 deletions

View File

@@ -23,6 +23,7 @@ Auth::routes([
Route::redirect('/','home');
Route::get('logout','Auth\LoginController@logout');
Route::get('home','HomeController@home');
Route::get('info','HomeController@info');
Route::post('render','HomeController@render');
Route::group(['prefix'=>'user'],function() {