mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-10 16:30:01 +08:00
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