mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-13 23:56:47 +00:00
✨ add route for downloading meetup calendar
This commit is contained in:
@@ -47,6 +47,8 @@ Route::middleware([])
|
||||
->prefix('/{country:code}')
|
||||
->group(function () {
|
||||
/* OLD URLS */
|
||||
Route::get('meetup/stream-calendar', \App\Http\Controllers\DownloadMeetupCalendar::class)
|
||||
->name('ics');
|
||||
Route::get('/meetup/overview', function ($country) {
|
||||
return redirect("/{$country}/meetups");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user