Compare commits
1 Commits
logging
...
362eeab9ce
| Author | SHA1 | Date | |
|---|---|---|---|
| 362eeab9ce |
@@ -5,3 +5,6 @@ use Illuminate\Support\Facades\Route;
|
||||
Route::get('/', function () {
|
||||
return view('welcome');
|
||||
});
|
||||
Route::get('/menu', function () {
|
||||
return view('menu_start');
|
||||
})->name('magic_menu');
|
||||
|
||||
Reference in New Issue
Block a user