diff --git a/routes/web.php b/routes/web.php index e02dbf0..5fcd87c 100644 --- a/routes/web.php +++ b/routes/web.php @@ -18,16 +18,6 @@ use App\Http\Controllers\SharedController; use App\Http\Controllers\YabsController; use Illuminate\Support\Facades\Route; -/* -|-------------------------------------------------------------------------- -| Web Routes -|-------------------------------------------------------------------------- -| -| Here is where you can register web routes for your application. These -| routes are loaded by the RouteServiceProvider within a group which -| contains the "web" middleware group. Now create something great! -| -*/ Route::get('/', 'App\Http\Controllers\HomeController@index')->name('/');