Remove status in new app response
This commit is contained in:
parent
f2303c0f2e
commit
da0f3269a3
@ -44,10 +44,9 @@ message AppResource {
|
||||
|
||||
message NewAppRes {
|
||||
string uuid = 1;
|
||||
string status = 2;
|
||||
string ip_address = 3;
|
||||
repeated common_proto.MappedPort mapped_ports = 4;
|
||||
string error = 5;
|
||||
string ip_address = 2;
|
||||
repeated common_proto.MappedPort mapped_ports = 3;
|
||||
string error = 4;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user