mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-08 13:52:47 +08:00
完成基本功能
This commit is contained in:
5
app/index/route/app.php
Normal file
5
app/index/route/app.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
use think\facade\Route;
|
||||
|
||||
Route::rule('share/:uid','Index/read');
|
||||
Reference in New Issue
Block a user