generated from VLADIMIR/template
fix signup route and add create users table migration
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@ service EveningDetectiveServer {
|
||||
rpc Signup(SignupReq) returns (SignupRsp) {
|
||||
option (google.api.http) = {
|
||||
post: "/api/signup"
|
||||
body: "*"
|
||||
};
|
||||
}
|
||||
}
|
||||
@@ -38,7 +39,7 @@ message EchoRsp {
|
||||
}
|
||||
|
||||
message SignupReq {
|
||||
string name = 1;
|
||||
string username = 1;
|
||||
string email = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user