feat: docs

This commit is contained in:
2025-03-14 05:19:43 -04:00
parent 6ab00206df
commit d382485a7c
21 changed files with 4451 additions and 79 deletions

View File

@ -19,6 +19,7 @@ message LoginResponse {
message SignUpRequest {
string username = 1;
string password = 2;
string confirm_password = 3;
}
message SignUpResponse {}