mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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…
x
Reference in New Issue
Block a user