This commit is contained in:
boufni95 2025-04-10 17:16:48 +00:00
parent b18eab9d20
commit cf9a10ded4
5 changed files with 10 additions and 10 deletions

View file

@ -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;
}