chore: remove semicolon for routes of services in api files (#1195)
This commit is contained in:
@@ -24,7 +24,7 @@ type Response {
|
||||
|
||||
service {{.name}}-api {
|
||||
@handler {{.handler}}Handler
|
||||
get /from/:name(Request) returns (Response);
|
||||
get /from/:name(Request) returns (Response)
|
||||
}
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user