diff --git a/README.md b/README.md index 944027c..fade67c 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ your financial information and helping you better organize your life. This way, you're on top of your financials and can make better decisions of how to manage your hard-earned money. -Sign up in: [finnish](https://finnish.shuttleapp.rs) +Sign up in: [finnish](https://finnish.ovh) :warning: Finnish is still in beta and will have a 0.2 launch soon: diff --git a/src/client/mail.rs b/src/client/mail.rs index 0bd616b..75df85a 100644 --- a/src/client/mail.rs +++ b/src/client/mail.rs @@ -51,7 +51,7 @@ pub fn send_sign_up_confirmation_mail(

Hi there!

Thanks for signing up for finnish!

-

Click here to verify your email.

+

Click here to verify your email.

" ); @@ -74,7 +74,7 @@ pub fn send_forgot_password_mail(

Hi there!

Having trouble login in or remembering your password?

-

Click here to reset your password.

+

Click here to reset your password.

" ); diff --git a/src/client/svix.rs b/src/client/svix.rs index c4f8e18..9f19281 100644 --- a/src/client/svix.rs +++ b/src/client/svix.rs @@ -1,7 +1,7 @@ use reqwest::Url; use svix::api::{ApplicationIn, ApplicationOut, EndpointIn, Svix}; -const ENDPOINT_URL_PREFIX: &str = "https://finnish.shuttleapp.rs/webhooks"; +const ENDPOINT_URL_PREFIX: &str = "https://finnish.ovh/webhooks"; pub async fn create_user_app(svix_api_key: &str, user_id: i32) -> anyhow::Result { let svix = Svix::new(svix_api_key.to_owned(), None);