文件301直链与password文件隐藏

This commit is contained in:
微凉
2020-12-28 10:23:54 +08:00
parent 4af469efed
commit bacbf7bc1b
5 changed files with 38 additions and 2 deletions

View File

@@ -25,4 +25,5 @@ func InitApiRouter(engine *gin.Engine) {
v2.POST("/list",List)
v2.POST("/search",Search)
}
engine.GET("/d/*file_id",Down)
}