feat: sign of file

This commit is contained in:
Noah Hsu
2022-06-28 15:12:40 +08:00
parent 5dbf5db4ff
commit d89ec89d51
8 changed files with 122 additions and 10 deletions

View File

@ -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) {