mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
Removed comments from web.php
This commit is contained in:
parent
f9e39e74bc
commit
9d2cf82c31
1 changed files with 0 additions and 10 deletions
|
@ -18,16 +18,6 @@ use App\Http\Controllers\SharedController;
|
||||||
use App\Http\Controllers\YabsController;
|
use App\Http\Controllers\YabsController;
|
||||||
use Illuminate\Support\Facades\Route;
|
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('/');
|
Route::get('/', 'App\Http\Controllers\HomeController@index')->name('/');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue