diff --git a/proto/theater.proto b/proto/theater.proto index 83e298c..1694348 100644 --- a/proto/theater.proto +++ b/proto/theater.proto @@ -27,7 +27,7 @@ message CreateTheaterRequest { string address = 2; } message CreateTheaterResponse { - bool ok = 1; + Theater theater = 1; } message Theater {