feat: strava deeplink to mobile

This commit is contained in:
2026-05-20 16:56:42 +02:00
parent eca160d686
commit 3d240eca81
8 changed files with 40 additions and 12 deletions
+5
View File
@@ -1 +1,6 @@
<?php
use App\Http\Controllers\StravaController;
use Illuminate\Support\Facades\Route;
Route::get('strava/callback', [StravaController::class, 'redirectToMobileApp'])->name('strava.web-callback');