mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-30 13:31:57 +08:00
Feat: share file list in dashboard
This commit is contained in:
@@ -393,6 +393,8 @@ func InitMasterRouter() *gin.Engine {
|
||||
{
|
||||
// 列出分享
|
||||
share.POST("list", controllers.AdminListShare)
|
||||
// 删除
|
||||
share.POST("delete", controllers.AdminDeleteShare)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user