Merge branch 'issue/#11' into v2

This commit is contained in:
2024-12-23 18:15:15 +03:30
+3 -3
View File
@@ -416,9 +416,9 @@ message Network {
string description = 6;
NetworkType type = 7;
bool is_active = 8;
string updated_at = 9;
string created_at = 10;
string image = 9;
string updated_at = 10;
string created_at = 11;
}
message NetworkList {