Skip to content

Commit

Permalink
Rename proxy route name (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan authored May 28, 2020
1 parent 923d8de commit d77df16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KeyVault.Acmebot/proxies.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down

0 comments on commit d77df16

Please sign in to comment.