feat: change scheme

This commit is contained in:
2026-05-21 10:49:15 +02:00
parent 68d164ba61
commit 9d67a2c335
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class StravaController extends Controller
->all();
$query = http_build_query($params, '', '&', PHP_QUERY_RFC3986);
$url = 'bowli://strava/callback'.($query ? "?{$query}" : '');
$url = 'bowly://strava/callback'.($query ? "?{$query}" : '');
return redirect()->away($url);
}