automation
This commit is contained in:
@@ -18,3 +18,7 @@ Route::get('/', function () {
|
||||
});
|
||||
|
||||
Route::resource('games', 'GameController');
|
||||
|
||||
Route::get('/hello', function () {
|
||||
return 'create';
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user