From ea1ce82dedc6107131596cbdde81845abebef5d8 Mon Sep 17 00:00:00 2001 From: jamesread Date: Mon, 13 May 2024 01:04:21 +0100 Subject: [PATCH] fmt: Change publicid map debug URL --- OliveTin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OliveTin.proto b/OliveTin.proto index 7a20331..a70fb9d 100644 --- a/OliveTin.proto +++ b/OliveTin.proto @@ -280,7 +280,7 @@ service OliveTinApiService { rpc DumpPublicIdActionMap(DumpPublicIdActionMapRequest) returns (DumpPublicIdActionMapResponse) { option (google.api.http) = { - get: "/api/DumpPublicActionMap" + get: "/api/DumpActionMap" }; }