From d77df16a01c5e6016c03dcb0993b30cfffe608dc Mon Sep 17 00:00:00 2001 From: Tatsuro Shibamura Date: Thu, 28 May 2020 23:24:13 +0900 Subject: [PATCH] Rename proxy route name (#115) --- KeyVault.Acmebot/proxies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KeyVault.Acmebot/proxies.json b/KeyVault.Acmebot/proxies.json index d39a5a0e..7a4def17 100644 --- a/KeyVault.Acmebot/proxies.json +++ b/KeyVault.Acmebot/proxies.json @@ -1,13 +1,13 @@ { "$schema": "http://json.schemastore.org/proxies", "proxies": { - "AddCertificate": { + "AddCertificate_Proxy": { "matchCondition": { "route": "add-certificate" }, "backendUri": "http://localhost/api/static-page/add-certificate" }, - "RenewCertificate": { + "RenewCertificate_Proxy": { "matchCondition": { "route": "renew-certificate" },