assets and liabilities
This commit is contained in:
parent
e411b7aa7f
commit
ef14ec9ddf
20 changed files with 843 additions and 11 deletions
|
|
@ -112,6 +112,13 @@ service LightningPub {
|
|||
option (nostr) = true;
|
||||
};
|
||||
|
||||
rpc GetAssetsAndLiabilities(structs.AssetsAndLiabilitiesReq) returns (structs.AssetsAndLiabilities) {
|
||||
option (auth_type) = "Admin";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/admin/assets/liabilities";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc AddApp(structs.AddAppRequest) returns (structs.AuthApp) {
|
||||
option (auth_type) = "Admin";
|
||||
option (http_method) = "post";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue