[Updt] Mtp 0.3.0
This commit is contained in:
parent
fd185c56eb
commit
4ffe8a434f
33 changed files with 1480 additions and 1531 deletions
|
|
@ -34,7 +34,7 @@ pub async fn get_short_link(short: &str) -> Result<String, ()> {
|
|||
short
|
||||
};
|
||||
let frag = short.replace(key, "");
|
||||
let normalized = normalize_short(&key);
|
||||
let normalized = normalize_short(key);
|
||||
|
||||
let target = short_link_repo::get(&normalized)
|
||||
.await
|
||||
|
|
|
|||
Loading…
Reference in a new issue