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