siwwy :3 #3

Closed
RoscoeDaWah wants to merge 261 commits from feat-privacy into master
Showing only changes of commit 628132d27a - Show all commits

Update routes/web.php

Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
Frankie B 2023-07-29 18:08:49 +01:00 committed by Frankie B

View file

@ -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 ------------------------------ */