mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-12-08 16:15:33 -05:00
bug fixes
This commit is contained in:
parent
cd2c8147c1
commit
efb25973e5
@ -55,10 +55,13 @@ Route::get('/send_emails', function() {
|
|||||||
});
|
});
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
Route::get('/', function() {
|
Route::get('/', function() {
|
||||||
return Redirect::to('http://signup.invoiceninja.com');
|
return Redirect::to('http://signup.invoiceninja.com');
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
|
Route::get('/', 'HomeController@showWelcome');
|
||||||
Route::get('/rocksteady', 'HomeController@showWelcome');
|
Route::get('/rocksteady', 'HomeController@showWelcome');
|
||||||
|
|
||||||
Route::get('log_error', 'HomeController@logError');
|
Route::get('log_error', 'HomeController@logError');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user