mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-18 00:53:10 +01:00
bug fixes
This commit is contained in:
parent
4d59934d28
commit
de747a4a33
@ -55,13 +55,10 @@ 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…
Reference in New Issue
Block a user