|
@@ -1244,7 +1244,7 @@ func init() {
|
|
|
beego.ControllerComments{
|
|
|
Method: "PreviewChartInfoDetail",
|
|
|
Router: `/chart_info/detail/preview`,
|
|
|
- AllowHTTPMethods: []string{"get"},
|
|
|
+ AllowHTTPMethods: []string{"post"},
|
|
|
MethodParams: param.Make(),
|
|
|
Filters: nil,
|
|
|
Params: nil})
|