This commit is contained in:
hackerESQ
2025-01-26 21:06:08 -06:00
parent 395eb31801
commit 1201c248ee
2 changed files with 16 additions and 18 deletions
-3
View File
@@ -11,9 +11,6 @@ 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')) {