chore: remove semicolon for routes of services in api files (#1195)

master
Kevin Wan 3 years ago committed by GitHub
parent 91b10bd3b9
commit b76c7ae55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored

@ -15,6 +15,9 @@
**/.DS_Store
**/logs
# for test purpose
adhoc
# gitlab ci
.cache

@ -24,7 +24,7 @@ type Response {
service {{.name}}-api {
@handler {{.handler}}Handler
get /from/:name(Request) returns (Response);
get /from/:name(Request) returns (Response)
}
`

Loading…
Cancel
Save