Skip to content

Commit

Permalink
feat: 增加刷新key的接口
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Oct 10, 2024
1 parent ddb8a72 commit 196dbd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/user/user.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ service auth {
rpc GetKey(GetKeysReq) returns (GetKeysResp);
rpc UpdateKey(UpdateKeyReq) returns (UpdateKeyResp);
rpc UpdateHosts(UpdateHostsReq) returns (UpdateHostsResp);
rpc RefreshKey(RefreshKeyReq) returns (RefreshKeyResp);
rpc DeleteKey(DeleteKeyReq) returns (DeleteKeyResp);
}

Expand Down

0 comments on commit 196dbd9

Please sign in to comment.