feat: change CreateTheaterResponse
This commit is contained in:
parent
eead3d5078
commit
a517282198
@ -27,7 +27,7 @@ message CreateTheaterRequest {
|
|||||||
string address = 2;
|
string address = 2;
|
||||||
}
|
}
|
||||||
message CreateTheaterResponse {
|
message CreateTheaterResponse {
|
||||||
bool ok = 1;
|
Theater theater = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Theater {
|
message Theater {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user