This commit is contained in:
ct
2025-05-28 19:20:07 +08:00
parent 21526508b1
commit 7fcbd5f05d
19 changed files with 463 additions and 61 deletions

View File

@@ -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');
}
}