Update routes/web.php
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
This commit is contained in:
parent
85cb771075
commit
628132d27a
1 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,10 @@
|
|||
return view('pages.weather');
|
||||
});
|
||||
|
||||
Route::get('/music', function () {
|
||||
Route::get('/music', function ()
|
||||
{
|
||||
return view('pages.music');
|
||||
});
|
||||
return view('pages.music');
|
||||
});
|
||||
/* ------------------------------ Admin Routes ------------------------------ */
|
||||
|
|
Loading…
Reference in a new issue