# fluent-support/1.10.5/app/Http/Routes/routes.php

Fluent Support – Helpdesk &amp; Customer Support Ticket System, version 1.10.5. 11 lines.

- Page: https://pluginprobe.com/plugins/fluent-support/1.10.5/code/app/Http/Routes/routes.php
- Raw: https://pluginprobe.com/plugins/fluent-support/1.10.5/raw/app/Http/Routes/routes.php
- Modified: 2025-10-31T20:04:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-support/1.10.5/code/app/Http/Routes/routes.php#L10-L20`.

```php
<?php

defined('ABSPATH') or die;

/**
 * @var $router FluentSupport\Framework\Http\Router
 */
$router->namespace('\FluentSupport\App\Http\Controllers')->group(function($router) {
    require_once __DIR__ . "/api.php";
});

```
