mirror of
https://github.com/AlistGo/alist.git
synced 2025-06-02 15:35:20 +08:00
feat: sign of file
This commit is contained in:
@ -52,7 +52,7 @@ func Init(r *gin.Engine) {
|
||||
public := api.Group("/public")
|
||||
public.GET("/settings", controllers.PublicSettings)
|
||||
public.Any("/list", controllers.FsList)
|
||||
public.GET("/get", controllers.FsGet)
|
||||
public.Any("/get", controllers.FsGet)
|
||||
}
|
||||
|
||||
func Cors(r *gin.Engine) {
|
||||
|
Reference in New Issue
Block a user