github workflow

This commit is contained in:
2022-04-08 02:33:08 +05:30
parent 9afac36a7a
commit b27b0a47da
2 changed files with 153 additions and 0 deletions
+4
View File
@@ -22,3 +22,7 @@ Route::resource('games', 'GameController');
Route::get('/hello', function () {
return 'create';
});
Route::get('/shankar', function () {
return 'shankarr';
});