Initial migration to MTP [Broken]

This commit is contained in:
Alex Emmet 2026-06-28 13:51:17 +02:00
commit fd43f17292
10 changed files with 693 additions and 563 deletions

View file

@ -11,7 +11,7 @@ pub async fn add_short_link(long: &str) -> Result<String, ()> {
LINKS.insert(raw.clone(), long.to_string());
Ok(format!(
"https://omega.tensamin.net/direct/{}",
"hmtps://omega.tensamin.net/direct/{}",
format_with_dashes(&raw)
))
}