merge fix

This commit is contained in:
ycc
2023-08-23 21:38:49 +02:00
parent 475ea5a6bf
commit b3d6e85ec5
5 changed files with 114 additions and 28 deletions

View File

@ -36,7 +36,7 @@ func init() {
beego.GlobalControllerRouter["sqldb-ws/controllers:SchemaController"] = append(beego.GlobalControllerRouter["sqldb-ws/controllers:SchemaController"],
beego.ControllerComments{
Method: "GetTable",
Method: "GetTablesList",
Router: `/`,
AllowHTTPMethods: []string{"get"},
MethodParams: param.Make(),