From 2ee3bf67f6815aef0366cceb61f5da38467e4935 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 27 May 2024 06:53:06 +0200 Subject: [PATCH] fix(web): oops really need to make this configurable --- web/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib.rs b/web/src/lib.rs index b1b68b0..bfb4dbc 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -10,7 +10,7 @@ pub use auth::Auth; pub mod prelude; -pub const URL_BASE: &str = "https://feditest.alemi.dev"; +pub const URL_BASE: &str = "https://upub.alemi.dev"; pub const URL_PREFIX: &str = "/web"; pub const URL_SENSITIVE: &str = "https://cdn.alemi.dev/social/nsfw.png"; pub const DEFAULT_AVATAR_URL: &str = "https://cdn.alemi.dev/social/gradient.png";