bug fixes
This commit is contained in:
parent
cd2c8147c1
commit
efb25973e5
1 changed files with 3 additions and 0 deletions
|
|
@ -55,10 +55,13 @@ Route::get('/send_emails', function() {
|
|||
});
|
||||
*/
|
||||
|
||||
/*
|
||||
Route::get('/', function() {
|
||||
return Redirect::to('http://signup.invoiceninja.com');
|
||||
});
|
||||
*/
|
||||
|
||||
Route::get('/', 'HomeController@showWelcome');
|
||||
Route::get('/rocksteady', 'HomeController@showWelcome');
|
||||
|
||||
Route::get('log_error', 'HomeController@logError');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue