mirror of
https://gitlab.com/izyim/prototypes/ddd-example.git
synced 2026-08-21 21:44:22 +00:00
remove welcome.blade
This commit is contained in:
+1
-1
@@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
|
||||
*/
|
||||
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
return response('ok');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user