feat: add user geolocation marker and auto-zoom to map based on search radius
This commit is contained in:
@@ -4,7 +4,11 @@ use App\Livewire\Public\FuelFinder;
|
||||
use App\Livewire\Public\StationSearch;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', FuelFinder::class)->name('home');
|
||||
//Route::get('/', FuelFinder::class)->name('home');
|
||||
|
||||
Route::view('/', 'homepage')->name('home');
|
||||
|
||||
Route::get('/fuel-finder', FuelFinder::class)->name('fuel-finder');
|
||||
|
||||
Route::get('/stations', StationSearch::class)->name('stations.search');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user