Fixed default service registry url

This commit is contained in:
Hemna 2024-02-27 15:10:21 -05:00
parent e9c48c1914
commit cb291de047
1 changed files with 1 additions and 1 deletions

View File

@ -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(