Skip to content

Commit

Permalink
route action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sev committed Jan 27, 2025
1 parent 2dab9c1 commit 1999e03
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 @@ -154,6 +154,6 @@
return view('careers', ['jobs' => $jobs]);
})->name('careers');

Route::redirect('meetups', function () {
Route::get('meetups', function () {
return redirect('https://forms.reform.app/laravel/meetups/5UQs6l', 302);
});

0 comments on commit 1999e03

Please sign in to comment.