Update routes/web.php
Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								b66b7abc5c
							
						
					
				
			
			
				commit
				
					
						9b5d7da96e
					
				
			
		
					 1 changed files with 4 additions and 1 deletions
				
			
		|  | @ -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 ------------------------------ */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frankie B
				Frankie B