mirror of
https://gh.wpcy.net/https://github.com/deepmentation/OllamaPriority.git
synced 2026-07-15 09:54:29 +08:00
15 lines
383 B
PHP
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';
|
|
|
|
?>
|