add annual link
This commit is contained in:
parent
fdb2e1587b
commit
884e51b84f
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ lazy_static! {
|
||||||
pub async fn get_signup() -> impl IntoResponse {
|
pub async fn get_signup() -> impl IntoResponse {
|
||||||
SignupPage {
|
SignupPage {
|
||||||
monthly_link: Some((*MONTHLY_LINK).to_string()),
|
monthly_link: Some((*MONTHLY_LINK).to_string()),
|
||||||
|
annual_link: Some((&*ANNUAL_LINK).to_string()),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue