Not reaching catalog
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/beego/beego/logs"
|
||||
beego "github.com/beego/beego/v2/server/web"
|
||||
"github.com/sbabiv/xml2map"
|
||||
)
|
||||
@@ -19,6 +20,8 @@ type WorkflowController struct {
|
||||
// Get i
|
||||
func (c *WorkflowController) Get() {
|
||||
|
||||
logs.Debug("received : %v",c.Ctx.Input.RequestBody)
|
||||
|
||||
c.Data["Website"] = "beego.me"
|
||||
c.Data["Email"] = "astaxie@gmail.com"
|
||||
c.TplName = "workflow.tpl"
|
||||
|
||||
Reference in New Issue
Block a user