Merge remote-tracking branch 'origin/master'

This commit is contained in:
Vedde
2020-06-10 08:33:15 +02:00
257 changed files with 48861 additions and 12 deletions
+4
View File
@@ -17,5 +17,9 @@ use Illuminate\Support\Facades\Route;
// return view('welcome');
//});
Route::middleware(["auth"])->group(function () {
});
Route::get("/", "RootController@index")->name("root.index");