add swagger docs

This commit is contained in:
2026-06-20 15:53:39 +07:00
parent b6e8b2576a
commit bec73c4836
5 changed files with 27 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ option go_package = "pkg/proto";
service ${REPO_NAME_PASCAL} {
rpc Ping(PingReq) returns (PingRsp) {
option (google.api.http) = {
get: "/ping"
get: "/api/ping"
};
}
}