mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:14:40 -04:00
Add redirect for terms
This commit is contained in:
parent
41e48448a4
commit
e40791c616
@ -362,6 +362,9 @@ Route::get('/feed', function () {
|
|||||||
Route::get('/comments/feed', function () {
|
Route::get('/comments/feed', function () {
|
||||||
return Redirect::to(NINJA_WEB_URL.'/comments/feed', 301);
|
return Redirect::to(NINJA_WEB_URL.'/comments/feed', 301);
|
||||||
});
|
});
|
||||||
|
Route::get('/terms', function () {
|
||||||
|
return Redirect::to(NINJA_WEB_URL.'/terms', 301);
|
||||||
|
});
|
||||||
|
|
||||||
/*
|
/*
|
||||||
if (Utils::isNinjaDev())
|
if (Utils::isNinjaDev())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user