fix reesh api
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 1s
CI / docker-product (push) Failing after 1s

This commit is contained in:
2026-08-10 18:48:58 +08:00
parent 9865f7dae9
commit afc8e18635
11 changed files with 149 additions and 29 deletions
+6
View File
@@ -107,4 +107,10 @@ service Admin {
body: "*"
};
};
rpc LoginInfo(AdminEmptyRequest) returns(Response){
option (google.api.http) = {
post: "/admin/v3/info"
body: "*"
};
};
}