From d1034f7e7e9430bdaec0eb76237ca87dcc5ed9ca Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 21 Oct 2022 11:57:58 +0800 Subject: [PATCH] [fix] misspelling --- widgets/app/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/app/app.go b/widgets/app/app.go index f25f2e2f..ca59a80d 100644 --- a/widgets/app/app.go +++ b/widgets/app/app.go @@ -191,7 +191,7 @@ func exportAPI() error { Path: "/service/:name", Guard: "bearer-jwt", Method: "POST", - Process: "yao.app.Serivce", + Process: "yao.app.Service", In: []string{"$param.name", ":payload"}, Out: gou.Out{Status: 200, Type: "application/json"}, }