Files
cachet-docker/app/routes/app.php
2014-11-16 23:00:37 +00:00

6 lines
72 B
PHP

<?php
Route::get('/', function() {
return View::make('hello');
});