1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00

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');