Skip to content

Commit a29df08

Browse files
authored
frontdoor typo fix (#6067)
1 parent 6a02841 commit a29df08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/network-defaults/src/mainnet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub const NYM_APIS: &[ApiUrlConst] = &[
4444
front_hosts: None,
4545
},
4646
ApiUrlConst {
47-
url: "https://nym-fronntdoor.vercel.app/api/",
47+
url: "https://nym-frontdoor.vercel.app/api/",
4848
front_hosts: Some(&["vercel.app", "vercel.com"]),
4949
},
5050
ApiUrlConst {

0 commit comments

Comments
 (0)