feat: docs
This commit is contained in:
@ -19,6 +19,7 @@ message LoginResponse {
|
||||
message SignUpRequest {
|
||||
string username = 1;
|
||||
string password = 2;
|
||||
string confirm_password = 3;
|
||||
}
|
||||
message SignUpResponse {}
|
||||
|
||||
|
Reference in New Issue
Block a user