OllamaPriority/start.php
2025-02-01 19:32:37 +01:00

15 lines
383 B
PHP

<?php
/*
|--------------------------------------------------------------------------
| Register Namespaces and Routes
|--------------------------------------------------------------------------
|
| When a module starts, this file is executed automatically. This will
| load the module's route file and register any needed namespaces.
|
*/
require __DIR__ . '/Http/routes.php';
?>