Feat: share file list in dashboard

This commit is contained in:
HFO4
2020-03-09 10:59:42 +08:00
parent 9166a4ecd6
commit 3b5af8da47
3 changed files with 92 additions and 0 deletions

View File

@@ -393,6 +393,8 @@ func InitMasterRouter() *gin.Engine {
{
// 列出分享
share.POST("list", controllers.AdminListShare)
// 删除
share.POST("delete", controllers.AdminDeleteShare)
}
}