Commit ee9d4a1a by usual2970

静态资源钩子调整

parent f652079c
......@@ -48,7 +48,7 @@ func (c *GitController) Hook() {
if err!=nil{
continue
}
_,err:=up.Put("/"+v[1],fd,false,nil)
_,err=up.Put("/"+v[1],fd,false,nil)
if err!=nil{
fmt.Println(err)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment