Files
datahub/backend/config/routes.php
T
2025-11-12 09:34:58 +08:00

16 lines
469 B
PHP

<?php
declare(strict_types=1);
/**
* This file is part of Hyperf.
*
* @link https://www.hyperf.io
* @document https://hyperf.wiki
* @contact group@hyperf.io
* @license https://github.com/hyperf/hyperf/blob/master/LICENSE
*/
# ---------------------------------------------------------------#
# 使用注解系统定义路由,不再使用 路由配置文件 #
# ---------------------------------------------------------------#