Files
gustavoo-me/wp-content/plugins/fluent-crm/app/Http/Routes/routes.php
T
2026-07-23 22:56:30 -03:00

9 lines
251 B
PHP

<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
/**
* @var $router FluentCrm\Framework\Http\Router
*/
$router->namespace('FluentCrm\App\Http\Controllers')->group(function($router) {
require_once __DIR__ . '/api.php';
});