mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-08-30 12:45:34 +08:00
5 lines
71 B
PHP
5 lines
71 B
PHP
<?php
|
|
|
|
use think\facade\Route;
|
|
|
|
Route::rule('share/:uid','Index/read'); |