# fluent-booking/2.4.0/app/Http/Routes/routes.php

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 2.4.0. 12 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/2.4.0/code/app/Http/Routes/routes.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/2.4.0/raw/app/Http/Routes/routes.php
- Modified: 2026-05-20T14:08:58+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-booking/2.4.0/code/app/Http/Routes/routes.php#L10-L20`.

```php
<?php

defined('ABSPATH') || exit;

/**
 * @var $router FluentBooking\Framework\Http\Router
 */

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

```
