[fix] misspelling

This commit is contained in:
Max 2022-10-21 11:57:58 +08:00
parent 6ef7688e65
commit d1034f7e7e

View file

@ -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"},
}