Remove routes directory (left over from Shift)

This commit is contained in:
James Brooks
2017-01-02 15:21:06 +00:00
parent 2429fddd40
commit 46a18e9945
3 changed files with 0 additions and 68 deletions
-14
View File
@@ -1,14 +0,0 @@
<?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');
});