Initial migration to MTP [Broken]
This commit is contained in:
parent
cce9454ca8
commit
fd43f17292
10 changed files with 693 additions and 563 deletions
|
|
@ -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)
|
||||
))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue