<?php
if (!defined('ABSPATH')) {
exit;
}
use BitCode\FI\Actions\Groundhogg\GroundhoggController;
use BitCode\FI\Core\Util\Route;
Route::post('groundhogg_authorization_and_fetch_contacts', [GroundhoggController::class, 'fetchAllContacts']);
Route::post('groundhogg_fetch_all_tags', [GroundhoggController::class, 'groundhoggFetchAllTags']);