File: /var/www/html/wordpress/wp-content/plugins/bit-integrations/includes/Actions/CompanyHub/Routes.php
<?php
if (!defined('ABSPATH')) {
exit;
}
use BitCode\FI\Actions\CompanyHub\CompanyHubController;
use BitCode\FI\Core\Util\Route;
Route::post('company_hub_authentication', [CompanyHubController::class, 'authentication']);
Route::post('company_hub_fetch_all_contacts', [CompanyHubController::class, 'getAllContacts']);
Route::post('company_hub_fetch_all_companies', [CompanyHubController::class, 'getAllCompanies']);