Updated Map View
This commit is contained in:
+1
-7
@@ -29,13 +29,7 @@ use Inertia\Inertia;
|
||||
*/
|
||||
Route::domain(config('app.domain'))->group(
|
||||
function() {
|
||||
Route::get('/', function () {
|
||||
if (auth()->check()) {
|
||||
return redirect()->route('profile.view', auth()->user()->name);
|
||||
}
|
||||
return redirect()->route('login');
|
||||
});
|
||||
|
||||
Route::get('/', [FlightProfileController::class, 'index'])->name('home');
|
||||
|
||||
|
||||
Route::get('/dashboard', function () {
|
||||
|
||||
Reference in New Issue
Block a user