bug fixes
This commit is contained in:
parent
848a6c7e39
commit
b67beba7b2
1 changed files with 1 additions and 4 deletions
|
|
@ -54,10 +54,7 @@ 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