Update
This commit is contained in:
@@ -9,10 +9,8 @@ class FrontHomeController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
if (App::environment('local')) {
|
||||
return Inertia::render('welcome');
|
||||
}
|
||||
|
||||
return Inertia::render('comingsoon');
|
||||
|
||||
return Inertia::render('home/home');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user