add: allow direct "atto://" links to work for script tags
This commit is contained in:
parent
78c9b3349d
commit
e7febc7c7e
5 changed files with 8 additions and 5 deletions
|
@ -154,7 +154,8 @@ pub async fn get_file_request(
|
|||
)
|
||||
} else {
|
||||
f.content
|
||||
},
|
||||
}
|
||||
.replace("atto://", "/api/v1/net/atto://"),
|
||||
)),
|
||||
None => {
|
||||
return Err((
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue