@@ -9,6 +9,6 @@ |
||
| 9 | 9 | { |
| 10 | 10 | public function index() |
| 11 | 11 | { |
| 12 | - return view('dscan::index'); |
|
| 12 | + return view('dscan::index'); |
|
| 13 | 13 | } |
| 14 | 14 | } |
@@ -1,4 +1,4 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | Route::get('/dscan', |
| 4 | - 'Azak1r\Dscan\DscanController@index'); |
|
| 5 | 4 | \ No newline at end of file |
| 5 | + 'Azak1r\Dscan\DscanController@index'); |
|
| 6 | 6 | \ No newline at end of file |