Add back legacy routes
This commit is contained in:
parent
245efeee2f
commit
b296c55911
1 changed files with 1 additions and 2 deletions
|
|
@ -278,7 +278,6 @@ Route::group(['middleware' => 'api', 'prefix' => 'api/v1'], function()
|
|||
});
|
||||
|
||||
// Redirects for legacy links
|
||||
/*
|
||||
Route::get('/rocksteady', function() {
|
||||
return Redirect::to(NINJA_WEB_URL, 301);
|
||||
});
|
||||
|
|
@ -306,7 +305,7 @@ Route::get('/compare-online-invoicing{sites?}', function() {
|
|||
Route::get('/forgot_password', function() {
|
||||
return Redirect::to(NINJA_APP_URL.'/forgot', 301);
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
if (!defined('CONTACT_EMAIL')) {
|
||||
define('CONTACT_EMAIL', Config::get('mail.from.address'));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue