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

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

- Page: https://pluginprobe.com/plugins/fluent-community/2.7.0/code/app/Http/Routes/routes.php
- Raw: https://pluginprobe.com/plugins/fluent-community/2.7.0/raw/app/Http/Routes/routes.php
- Modified: 2025-02-04T16:00:50+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.0/code/app/Http/Routes/routes.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
/**
 * @var $router FluentCommunity\Framework\Http\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';
}

```
