diff --git a/studio/router.go b/studio/router.go index 6d6d55ae..1eab4765 100644 --- a/studio/router.go +++ b/studio/router.go @@ -214,7 +214,7 @@ func setRouter(router *gin.Engine) { throw(c, 500, err.Error()) return } - + res, err := ctx.Call(fun.Method, fun.Args...) if err != nil {