diff --git a/proto/sgx/app.proto b/proto/sgx/app.proto index 32e343b..bc46b35 100644 --- a/proto/sgx/app.proto +++ b/proto/sgx/app.proto @@ -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; }