[fix] misspelling
This commit is contained in:
parent
6ef7688e65
commit
d1034f7e7e
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ func exportAPI() error {
|
||||||
Path: "/service/:name",
|
Path: "/service/:name",
|
||||||
Guard: "bearer-jwt",
|
Guard: "bearer-jwt",
|
||||||
Method: "POST",
|
Method: "POST",
|
||||||
Process: "yao.app.Serivce",
|
Process: "yao.app.Service",
|
||||||
In: []string{"$param.name", ":payload"},
|
In: []string{"$param.name", ":payload"},
|
||||||
Out: gou.Out{Status: 200, Type: "application/json"},
|
Out: gou.Out{Status: 200, Type: "application/json"},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue