File Manager

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

Viewing File: debug-routes.php

<?php
// Add a debug route for testing
Route::get('debug-history', [App\Http\Controllers\User\HistoryDebugController::class, 'debug'])->name('debug.history');