File Manager

Path: /home/liffinac1/domains/impactxtmtrading.com/private_html/routes/user/

Viewing File: debug.php

<?php

// Add the debug route
Route::get('debug-trading-history', [\App\Http\Controllers\User\DebugController::class, 'debugTradingHistory'])->name('debug.tradinghistory');

?>