fix path
This commit is contained in:
parent
b18eab9d20
commit
cf9a10ded4
5 changed files with 10 additions and 10 deletions
|
|
@ -237,14 +237,14 @@ service LightningPub {
|
|||
rpc ZipMetricsStorages(structs.Empty) returns (structs.ZippedMetrics) {
|
||||
option (auth_type) = "Metrics";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/admin/metrics/zip";
|
||||
option (http_route) = "/api/metrics/zip";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
||||
rpc ResetMetricsStorages(structs.Empty) returns (structs.Empty) {
|
||||
option (auth_type) = "Metrics";
|
||||
option (http_method) = "post";
|
||||
option (http_route) = "/api/admin/metrics/reset";
|
||||
option (http_route) = "/api/metrics/reset";
|
||||
option (nostr) = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue