Files
ulthon_admin/route/app.php

7 lines
277 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
use think\facade\Route;
// MCP 协议端点(多应用模式下 /mcp 默认 PATH_INFO 已映射 mcp/index/index
// 本规则作为显式兜底注册;若全局路由文件在多应用模式下不加载则依赖默认映射)
Route::rule('mcp', 'mcp/index/index');