TCVis/routes/web.php

16 lines
487 B
PHP
Raw Normal View History

2018-12-21 12:45:08 +00:00
<?php
/*
|--------------------------------------------------------------------------
| 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('/', 'HomeController@home');
2018-12-22 03:47:09 +00:00
Route::get('/statistics', 'HomeController@statistics');