# fluent-community/2.7.5/app/Http/Routes/routes.php

FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS &amp; Online Courses, version 2.7.5. 14 lines.

- Page: https://pluginprobe.com/plugins/fluent-community/2.7.5/code/app/Http/Routes/routes.php
- Raw: https://pluginprobe.com/plugins/fluent-community/2.7.5/raw/app/Http/Routes/routes.php
- Modified: 2026-07-24T13:35:06+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-community/2.7.5/code/app/Http/Routes/routes.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly
}
/**
 * @var FluentCommunity\Framework\Http\Router $router
 */

$router->namespace('FluentCommunity\App\Http\Controllers')->group(function ($router) {
    require_once __DIR__ . '/api.php';
});

if (file_exists(FLUENT_COMMUNITY_PLUGIN_DIR .'dev/seed-routes.php')) {
    require_once FLUENT_COMMUNITY_PLUGIN_DIR .'dev/seed-routes.php';
}

```
