Remove status in new app response

This commit is contained in:
Noor 2025-05-14 19:22:31 +05:30
parent f2303c0f2e
commit da0f3269a3
Signed by: noormohammedb
GPG Key ID: D83EFB8B3B967146

@ -44,10 +44,9 @@ message AppResource {
message NewAppRes { message NewAppRes {
string uuid = 1; string uuid = 1;
string status = 2; string ip_address = 2;
string ip_address = 3; repeated common_proto.MappedPort mapped_ports = 3;
repeated common_proto.MappedPort mapped_ports = 4; string error = 4;
string error = 5;
} }