Skip to content

Commit

Permalink
Fix Ray redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Apr 2, 2024
1 parent 973ac4c commit 1491c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
use App\Models\Member;
use Illuminate\Support\Facades\Route;


Route::permanentRedirect('docs/ray', 'https://myray.app/docs/');
Route::permanentRedirect('docs/ray/{any}', 'https://myray.app/docs/')->where('any', '.*');

Route::redirect('/mailcoach/{any}', 'https://spatie.mailcoach.app/{any}')->where('any', '.*');
Expand Down

0 comments on commit 1491c7f

Please sign in to comment.