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 | c16b9d351ff4716393122887fbe869a63f007641 (patch) | |
tree | 6bcc2795ea6043912435312aa637a4b7bcd82439 /routes | |
parent | e558997a6a46263af1b8286910fe8df876300687 (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 () { |