frontdoor typo fix (#6067)

This commit is contained in:
Simon Wicky
2025-09-26 12:06:40 +02:00
committed by GitHub
parent 6a028417ad
commit a29df08463
+1 -1
View File
@@ -44,7 +44,7 @@ pub const NYM_APIS: &[ApiUrlConst] = &[
front_hosts: None,
},
ApiUrlConst {
url: "https://nym-fronntdoor.vercel.app/api/",
url: "https://nym-frontdoor.vercel.app/api/",
front_hosts: Some(&["vercel.app", "vercel.com"]),
},
ApiUrlConst {