Remove duplicate lines
This commit is contained in:
parent
e3e6600f2f
commit
103d6b7f3d
1 changed files with 1 additions and 2 deletions
|
@ -48,8 +48,7 @@
|
|||
{
|
||||
return view('pages.music');
|
||||
});
|
||||
return view('pages.music');
|
||||
});
|
||||
|
||||
/* ------------------------------ Admin Routes ------------------------------ */
|
||||
|
||||
Route::get('/admin', function () {
|
||||
|
|
Loading…
Reference in a new issue