post
This commit is contained in:
@@ -209,7 +209,7 @@ func init() {
|
||||
beego.ControllerComments{
|
||||
Method: "UploadImg",
|
||||
Router: `/UploadImg`,
|
||||
AllowHTTPMethods: []string{"delete"},
|
||||
AllowHTTPMethods: []string{"post"},
|
||||
MethodParams: param.Make(),
|
||||
Filters: nil,
|
||||
Params: nil})
|
||||
|
||||
Reference in New Issue
Block a user