From 57de692e712fb985d28721586c79fced9380cfe0 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Fri, 16 May 2025 15:06:40 +0800 Subject: [PATCH] fix https --- apps/sdlan/src/sdlan.app.src | 2 ++ config/sys-prod.config | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/sdlan/src/sdlan.app.src b/apps/sdlan/src/sdlan.app.src index bbe1acf..645a6b8 100644 --- a/apps/sdlan/src/sdlan.app.src +++ b/apps/sdlan/src/sdlan.app.src @@ -19,6 +19,8 @@ parse_trans, mnesia, erts, + public_key, + ssl, kernel, crypto, stdlib diff --git a/config/sys-prod.config b/config/sys-prod.config index 1e250b2..eb26687 100644 --- a/config/sys-prod.config +++ b/config/sys-prod.config @@ -40,7 +40,7 @@ } ]}, - {api_url, "http://39.98.184.67:8200/api/"} + {api_url, "https://punchnet.aioe.tech/api/"} ]},