From cb291de047f80f77b63e07419ff4bb9ebaec8bce Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 27 Feb 2024 15:10:21 -0500 Subject: [PATCH] Fixed default service registry url --- aprsd/conf/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd/conf/common.py b/aprsd/conf/common.py index 553c9ea..7c0f1a5 100644 --- a/aprsd/conf/common.py +++ b/aprsd/conf/common.py @@ -245,7 +245,7 @@ registry_opts = [ ), cfg.StrOpt( "registry_url", - default="https://aprs.hemna.com", + default="https://aprs.hemna.com/api/v1/registry", help="The APRS registry domain name to send the information to.", ), cfg.StrOpt(