Rename index file and change route
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
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 @@
*/
Route::get('/', function () {
return view('welcome');
return view('index');
});