Skip to content

Commit 999e46c

Browse files
authored
Merge pull request #5 from tailcallhq/fix/grpc-casing
fix: grpc proto naming
2 parents 2a5518b + 5eff0d4 commit 999e46c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

news.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
syntax = "proto3";
22

33
import "google/protobuf/empty.proto";
4+
45
package news;
56

67
message News {
78
int32 id = 1;
89
string title = 2;
910
string body = 3;
10-
string postImage = 4;
11+
string post_image = 4;
1112
}
1213

1314
service NewsService {

0 commit comments

Comments
 (0)