Skip to content

Commit

Permalink
fix: generate invite code error.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian030128 committed Jun 19, 2024
1 parent 53198d3 commit 59b32b6
Show file tree
Hide file tree
Showing 4 changed files with 181 additions and 97 deletions.
5 changes: 5 additions & 0 deletions protobuf/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
}
};

message RequestDetail{
string requestId = 1;
}

service AuthService{
rpc EmailLogin(EmailLoginRequest) returns (EmailLoginResponse) {
option (google.api.http) = {
Expand Down Expand Up @@ -74,3 +78,4 @@ message RefreshTokenResponse{
string refreshToken = 1;
string accessToken = 2;
}

Loading

0 comments on commit 59b32b6

Please sign in to comment.