Update
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use Illuminate\Support\Facades\App;
|
||||
use Inertia\Inertia;
|
||||
|
||||
class FrontHomeController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
if (App::environment('production')) {
|
||||
return Inertia::render('comingsoon');
|
||||
}
|
||||
|
||||
return Inertia::render('home/home');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user