Files
cachet-docker/routes/web.php
James Brooks f98eab988d Apply fixes from StyleCI
[ci skip] [skip ci]
2016-12-03 19:26:12 +00:00

15 lines
276 B
PHP
Executable File

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
Route::get('/', function () {
return view('welcome');
});