Skip to content

Commit

Permalink
redirecting /meetups to a form for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-sev committed Jan 27, 2025
1 parent 6c27ccc commit 2dab9c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,7 @@

return view('careers', ['jobs' => $jobs]);
})->name('careers');

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

0 comments on commit 2dab9c1

Please sign in to comment.