Move routes into separate directory

This commit is contained in:
James Brooks
2014-11-16 23:00:37 +00:00
parent 3c416efa7e
commit a7dc7d7871
2 changed files with 19 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
Route::get('/', function() {
return View::make('hello');
});