Explorar el Código

fmt: Change publicid map debug URL

jamesread hace 2 años
padre
commit
ea1ce82ded
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      OliveTin.proto

+ 1 - 1
OliveTin.proto

@@ -280,7 +280,7 @@ service OliveTinApiService {
 
 	rpc DumpPublicIdActionMap(DumpPublicIdActionMapRequest) returns (DumpPublicIdActionMapResponse) {
 		option (google.api.http) = {
-			get: "/api/DumpPublicActionMap"
+			get: "/api/DumpActionMap"
 		};
 	}