Rename index file and change route
continuous-integration/drone/push Build is passing Details

master
nightly 2022-09-22 11:56:24 +02:00
parent 0ef1436026
commit bf47c81221
2 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
*/
Route::get('/', function () {
return view('welcome');
return view('index');
});