remove welcome.blade

This commit is contained in:
omair saleh
2022-09-24 21:22:20 +08:00
parent 286092f63f
commit 2b2cff7b84
2 changed files with 1 additions and 133 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ use Illuminate\Support\Facades\Route;
*/
Route::get('/', function () {
return view('welcome');
return response('ok');
});