From ecfeefc156dbac868ad6d06846aa4afd3b3974b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Wed, 18 May 2022 01:44:54 +0200 Subject: [PATCH] use proxy --- proxies.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 proxies.json diff --git a/proxies.json b/proxies.json new file mode 100644 index 0000000..c3f182e --- /dev/null +++ b/proxies.json @@ -0,0 +1,11 @@ +{ + "$schema": "http://json.schemastore.org/proxies", + "proxies": { + "Proxy1": { + "matchCondition": { + "route": "/" + }, + "backendUri": "https://fn-hanyadikhetvan.azurewebsites.net/hanyadikhetvan" + } + } +}