From 046d0db37e8364e43e5bc6cf5748ab3aaf75e642 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Sat, 27 Aug 2022 19:59:21 +0000
Subject: [PATCH] Updated the faas url

---
 aaxConvert.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/aaxConvert.py b/aaxConvert.py
index c38324e..73e347c 100755
--- a/aaxConvert.py
+++ b/aaxConvert.py
@@ -151,7 +151,7 @@
 def getcorrectkey():
     # request the key for the checksum
     try:
-        r = requests.post('http://prod-faas-gw.darkurthe.net:8080/function/checkkey', metadata['checksum'], verify=False, timeout=None)
+        r = requests.post('http://faas.darkurthe.net/function/checkkey', metadata['checksum'], verify=False, timeout=None)
         return r.text.strip()
     except requests.exceptions.HTTPError as err:
         raise err

--
Gitblit v1.10.0