Added Swagger

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