diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-29 18:16:08 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-29 18:16:08 +0100 |
commit | 103d6b7f3d1aa513a35f9564d415e2d51ff0a239 (patch) | |
tree | 6bcc2795ea6043912435312aa637a4b7bcd82439 /routes | |
parent | e3e6600f2f57d92eca4274462b6c41da9ffcbca1 (diff) |
Remove duplicate lines
Diffstat (limited to 'routes')
-rw-r--r-- | routes/web.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/routes/web.php b/routes/web.php index 2828de6..1de1210 100644 --- a/routes/web.php +++ b/routes/web.php @@ -48,8 +48,7 @@ Route::get('/music', function () { return view('pages.music'); }); - return view('pages.music'); -}); + /* ------------------------------ Admin Routes ------------------------------ */ Route::get('/admin', function () { |