Merge pull request #10 from nobixX/nobixX-patch-1

Update web.php
This commit is contained in:
Shankar-Mounesh
2022-04-08 07:15:04 +05:30
committed by GitHub
+5
View File
@@ -30,3 +30,8 @@ Route::get('/shankar', function () {
Route::get('/today', function () {
return 'firstsleeplessnight';
});
Route::get('/finally', function () {
return 'go to sleep';
});