Blank commit

This commit is contained in:
Hillel Coren 2014-06-09 09:38:25 +03:00
parent 0b23a2c203
commit 6246ff2933

View File

@ -22,6 +22,7 @@
//dd(gethostname());
//Log::error('test');
Route::get('/', 'HomeController@showWelcome');
Route::get('/rocksteady', 'HomeController@showWelcome');
Route::get('/about', 'HomeController@showAboutUs');