mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add back legacy routes
This commit is contained in:
parent
245efeee2f
commit
b296c55911
@ -278,7 +278,6 @@ Route::group(['middleware' => 'api', 'prefix' => 'api/v1'], function()
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Redirects for legacy links
|
// Redirects for legacy links
|
||||||
/*
|
|
||||||
Route::get('/rocksteady', function() {
|
Route::get('/rocksteady', function() {
|
||||||
return Redirect::to(NINJA_WEB_URL, 301);
|
return Redirect::to(NINJA_WEB_URL, 301);
|
||||||
});
|
});
|
||||||
@ -306,7 +305,7 @@ Route::get('/compare-online-invoicing{sites?}', function() {
|
|||||||
Route::get('/forgot_password', function() {
|
Route::get('/forgot_password', function() {
|
||||||
return Redirect::to(NINJA_APP_URL.'/forgot', 301);
|
return Redirect::to(NINJA_APP_URL.'/forgot', 301);
|
||||||
});
|
});
|
||||||
*/
|
|
||||||
|
|
||||||
if (!defined('CONTACT_EMAIL')) {
|
if (!defined('CONTACT_EMAIL')) {
|
||||||
define('CONTACT_EMAIL', Config::get('mail.from.address'));
|
define('CONTACT_EMAIL', Config::get('mail.from.address'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user