From a51728219882bb8930c8a704b83eec6331a4926f Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 17 Apr 2026 06:41:38 +0300 Subject: [PATCH] feat: change CreateTheaterResponse --- proto/theater.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {