@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | Route::get('admin', function () { |
| 4 | - return view('Blue::home'); |
|
| 4 | + return view('Blue::home'); |
|
| 5 | 5 | }); |
| 6 | 6 | \ No newline at end of file |