- fix: issue where login failed to return the user if their role was null
- add: register route for api-service - update: spawn a thread for the rest api in the api service
This commit is contained in:
@@ -37,6 +37,7 @@ message RegisterRequest {
|
||||
|
||||
message RegisterResponse {
|
||||
int32 user_id = 1;
|
||||
string message = 2;
|
||||
}
|
||||
|
||||
message PasswordResetRequest {
|
||||
|
||||
Reference in New Issue
Block a user