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
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…
Reference in New Issue
Block a user