Update web.php

This commit is contained in:
Nobix
2022-04-08 07:09:18 +05:30
committed by GitHub
parent c8bb4282b8
commit 82cb26d3d7
+5
View File
@@ -30,3 +30,8 @@ Route::get('/shankar', function () {
Route::get('/today', function () { Route::get('/today', function () {
return 'firstsleeplessnight'; return 'firstsleeplessnight';
}); });
Route::get('/finally', function () {
return 'go to sleep';
});