Commit 81a1926b by Li Feifei

Update router.go

parent df4051dc
Pipeline #15531 failed with stages
in 10 seconds
......@@ -16,10 +16,8 @@ func init() {
middleware.MiddlewareRecover,
)
s.Group(`file`, func(group *ghttp.RouterGroup) {
group.ALL(`/`, api.File, "Index, Upload")
//group.GET(`/upload`, api.File.Index)
//group.POST(`/upload`, api.File.Upload)
group.GET(`/upload`, api.File.Index)
group.POST(`/upload`, api.File.Upload)
})
}
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