This commit is contained in:
hackerESQ
2025-01-26 20:40:44 -06:00
parent b27edd9818
commit 395eb31801
3 changed files with 11 additions and 5 deletions
+3
View File
@@ -11,6 +11,9 @@ use App\Http\Controllers\InvitedOnboardingController;
use Laravel\Jetstream\Http\Controllers\Livewire\PrivacyPolicyController;
use Laravel\Jetstream\Http\Controllers\Livewire\TermsOfServiceController;
Route::get('/test', function() {
dd(env('APP_NAME'), env('DB_CONNECTION'));
});
Route::get('/', function () {
if (!config('investbrain.self_hosted', true) && View::exists('landing-page::index')) {