File Manager

Path: /home/liffinac1/domains/bank.stellerpay.ca/public_html/vendor/tonysm/turbo-laravel/routes/

Viewing File: turbo.php

<?php

use Illuminate\Support\Facades\Route;
use Tonysm\TurboLaravel\Http\Controllers\TurboNativeNavigationController;

Route::get('recede_historical_location', [TurboNativeNavigationController::class, 'recede'])->name('turbo_recede_historical_location');
Route::get('resume_historical_location', [TurboNativeNavigationController::class, 'resume'])->name('turbo_resume_historical_location');
Route::get('refresh_historical_location', [TurboNativeNavigationController::class, 'refresh'])->name('turbo_refresh_historical_location');