chore: remove semicolon for routes of services in api files (#1195)
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,6 +15,9 @@
|
|||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
**/logs
|
**/logs
|
||||||
|
|
||||||
|
# for test purpose
|
||||||
|
adhoc
|
||||||
|
|
||||||
# gitlab ci
|
# gitlab ci
|
||||||
.cache
|
.cache
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ type Response {
|
|||||||
|
|
||||||
service {{.name}}-api {
|
service {{.name}}-api {
|
||||||
@handler {{.handler}}Handler
|
@handler {{.handler}}Handler
|
||||||
get /from/:name(Request) returns (Response);
|
get /from/:name(Request) returns (Response)
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user