diff --git a/crates/vortex-server/src/main.rs b/crates/vortex-server/src/main.rs index 3073c85..efa0f1d 100644 --- a/crates/vortex-server/src/main.rs +++ b/crates/vortex-server/src/main.rs @@ -18,7 +18,7 @@ use vortex_smtp::{event::Event, Email}; const HTTP_ADDR: &str = "0.0.0.0:3000"; const SMTP_ADDR: &str = "0.0.0.0:25"; -const ALLOWED_DOMAINS: [&str; 1] = ["vortex.club"]; +const ALLOWED_DOMAINS: [&str; 1] = ["vortex.dino.icu"]; type EmailsMap = DashMap>; diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index b788220..0ce05d2 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -24,12 +24,12 @@
-
@vortex.club
+
@vortex.dino.icu
- {#await ofetch(`http://localhost:3000/emails/${$username}@vortex.club`)} + {#await ofetch(`http://localhost:3000/emails/${$username}@vortex.dino.icu`)}