File manager - Edit - /home/palg2351/public_html/wp-content/plugins/bit-integrations/includes/Actions/CopperCRM/Routes.php
Back
<?php if (!defined('ABSPATH')) { exit; } use BitCode\FI\Actions\CopperCRM\CopperCRMController; use BitCode\FI\Core\Util\Route; Route::post('coppercrm_authentication', [CopperCRMController::class, 'authentication']); Route::post('coppercrm_fetch_custom_fields', [CopperCRMController::class, 'getCustomFields']); Route::post('coppercrm_fetch_all_opportunities', [CopperCRMController::class, 'getAllOpportunities']); Route::post('coppercrm_fetch_all_owners', [CopperCRMController::class, 'getAllOwners']); Route::post('coppercrm_fetch_all_companies', [CopperCRMController::class, 'getAllCompanies']); Route::post('coppercrm_fetch_all_tags', [CopperCRMController::class, 'getAllTags']); Route::post('coppercrm_fetch_all_pipelineStages', [CopperCRMController::class, 'getAllPipelineStages']); Route::post('coppercrm_fetch_all_CRMPeoples', [CopperCRMController::class, 'getAllCRMPeoples']); Route::post('coppercrm_fetch_all_CRMPipelines', [CopperCRMController::class, 'getAllCRMPipelines']);
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 1.95 |
proxy
|
phpinfo
|
Settings