From 4c94508eff93cc5690c1e3275e2527c4ca84df6f Mon Sep 17 00:00:00 2001 From: Nobix <92090462+nobixX@users.noreply.github.com> Date: Fri, 8 Apr 2022 05:18:43 +0530 Subject: [PATCH] Revert "Update web.php (#5)" (#7) This reverts commit 9b545e8a53b53a84311bc96503d1db6bded4b2e3. --- app/code/routes/web.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/code/routes/web.php b/app/code/routes/web.php index 22481d08..75f2b5be 100644 --- a/app/code/routes/web.php +++ b/app/code/routes/web.php @@ -26,7 +26,3 @@ Route::get('/hello', function () { Route::get('/shankar', function () { return 'shankarr'; }); - -Route::get('/hell', function () { - return 'Nice to meet you'; -});