File: /var/www/html/wordpress/wp-content/plugins/bit-integrations/includes/Actions/SuiteDash/Routes.php
<?php
if (!defined('ABSPATH')) {
exit;
}
use BitCode\FI\Actions\SuiteDash\SuiteDashController;
use BitCode\FI\Core\Util\Route;
Route::post('suite_dash_authentication', [SuiteDashController::class, 'authentication']);
Route::post('suite_dash_fetch_all_fields', [SuiteDashController::class, 'getAllFields']);
Route::post('suite_dash_fetch_all_companies', [SuiteDashController::class, 'getAllCompanies']);