# fluent-cart/1.6.4/app/Http/Routes/routes.php

FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler, version 1.6.4. 16 lines.

- Page: https://pluginprobe.com/plugins/fluent-cart/1.6.4/code/app/Http/Routes/routes.php
- Raw: https://pluginprobe.com/plugins/fluent-cart/1.6.4/raw/app/Http/Routes/routes.php
- Modified: 2025-11-20T13:11:16+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-cart/1.6.4/code/app/Http/Routes/routes.php#L10-L20`.

```php
<?php if ( ! defined( 'ABSPATH' ) ) exit; ?>
<?php
/**
 * @var $router Router
 */

use FluentCart\Framework\Http\Router;

$router->namespace('')
    ->group(function ($router) {
        require __DIR__ . '/api.php';
        require __DIR__ . '/reports.php';
        require __DIR__ . '/frontend_routes.php';
        require __DIR__ . '/advance_filter_routes.php';
    });

```
