fix: remove test route

This commit is contained in:
hackerESQ
2025-01-28 13:31:02 -06:00
parent c32641ec34
commit 1748f49ee6
-3
View File
@@ -12,9 +12,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(app(MarketDataInterface::class)->quote('BTCUSD'));
});
Route::get('/', function () {
if (!config('investbrain.self_hosted', true) && View::exists('landing-page::index')) {