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

Fluent Booking – The Ultimate Appointments Scheduling, Events Booking, Events Calendar Solution, version 1.5.02. 10 lines.

- Page: https://pluginprobe.com/plugins/fluent-booking/1.5.02/code/app/Http/Routes/routes.php
- Raw: https://pluginprobe.com/plugins/fluent-booking/1.5.02/raw/app/Http/Routes/routes.php
- Modified: 2024-07-16T14:25:14+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/1.5.02/code/app/Http/Routes/routes.php#L10-L20`.

```php
<?php

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

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

```
