automation

This commit is contained in:
2022-04-08 01:20:03 +05:30
parent 5f1083731c
commit 9afac36a7a
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -18,3 +18,7 @@ Route::get('/', function () {
});
Route::resource('games', 'GameController');
Route::get('/hello', function () {
return 'create';
});