Files

21 lines
608 B
PHP
Raw Permalink Normal View History

<?php
declare(strict_types=1);
/*
|--------------------------------------------------------------------------
| API Routes
|--------------------------------------------------------------------------
|
| API routes are versioned using grazulex/laravel-apiroute v2.x.
| Versions are defined in config/apiroute.php and route files are
| located in routes/api/{version}.php
|
| Supports URI path, header, query, and Accept header detection.
| See config/apiroute.php for configuration options.
|
*/
// Routes are now loaded automatically from config/apiroute.php
// See routes/api/v1.php for version 1 routes