mirror of
https://github.com/cp6/my-idlers.git
synced 2024-11-16 23:42:32 +01:00
Removed comments from web.php
This commit is contained in:
parent
f9e39e74bc
commit
9d2cf82c31
@ -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('/');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user