From 753aa88d8144450712b422c035b67189471fc55c Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Sun, 25 Jan 2026 15:35:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=80=20Update=20route=20name=20for=20le?= =?UTF-8?q?gacy=20meetup=20calendar=20redirect=20to=20`ics-meetup`=20for?= =?UTF-8?q?=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 3444ea9..a6ea9e8 100644 --- a/routes/web.php +++ b/routes/web.php @@ -79,7 +79,7 @@ Route::middleware([]) /* OLD URLS - redirects for legacy URLs */ // Redirect old meetup calendar route to new one Route::get('meetup/stream-calendar', \App\Http\Controllers\DownloadMeetupCalendar::class) - ->name('ics') + ->name('ics-meetup') ->middleware('throttle:calendar'); // Redirect old meetup overview URL to new meetups page Route::get('/meetup/overview', function ($country) {