From d9e91bbd9fab818dbd681431f807ca58755f7814 Mon Sep 17 00:00:00 2001
From: Chris Pomeroy <chris.pomeroy@hotmail.com>
Date: Sat, 16 May 2020 05:21:35 +0000
Subject: [PATCH] Updated the url for the checkkey faas
---
getaaxkey/getaaxkey.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/getaaxkey/getaaxkey.py b/getaaxkey/getaaxkey.py
index 4a91508..503ff75 100644
--- a/getaaxkey/getaaxkey.py
+++ b/getaaxkey/getaaxkey.py
@@ -40,7 +40,7 @@
def newauthcode(checksum):
- r = requests.post("http://x86-docker01.darkurthe.net:8080/function/checkkey", checksum )
+ r = requests.post("http://prod-faas-gw.darkurthe.net:8080/function/checkkey", checksum )
if r.status_code == 200:
response = str(r.text)
return response.strip()
--
Gitblit v1.10.0