diff --git a/app/routes.php b/app/routes.php index e7d034f..e91bce6 100755 --- a/app/routes.php +++ b/app/routes.php @@ -16,7 +16,4 @@ Route::get('/', function() return View::make('hello'); }); -Route::get('/test', function() -{ - return View::make('hello'); -}); +