fix: remove test route
This commit is contained in:
@@ -12,9 +12,6 @@ use App\Http\Controllers\InvitedOnboardingController;
|
|||||||
use Laravel\Jetstream\Http\Controllers\Livewire\PrivacyPolicyController;
|
use Laravel\Jetstream\Http\Controllers\Livewire\PrivacyPolicyController;
|
||||||
use Laravel\Jetstream\Http\Controllers\Livewire\TermsOfServiceController;
|
use Laravel\Jetstream\Http\Controllers\Livewire\TermsOfServiceController;
|
||||||
|
|
||||||
Route::get('/test', function() {
|
|
||||||
dd(app(MarketDataInterface::class)->quote('BTCUSD'));
|
|
||||||
});
|
|
||||||
Route::get('/', function () {
|
Route::get('/', function () {
|
||||||
if (!config('investbrain.self_hosted', true) && View::exists('landing-page::index')) {
|
if (!config('investbrain.self_hosted', true) && View::exists('landing-page::index')) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user