mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 14:07:39 +03:00
Rewrite URL Dispatch
This commit is contained in:
parent
148d87fb45
commit
75bc170eba
7 changed files with 28 additions and 32 deletions
|
@ -81,7 +81,7 @@ pub struct ErrorTemplate {
|
|||
|
||||
pub async fn format_url(url: &str) -> String {
|
||||
#[cfg(feature = "proxy")]
|
||||
return "/imageproxy/".to_string() + encode(url).as_str();
|
||||
return "/proxy/".to_string() + encode(url).as_str();
|
||||
|
||||
#[cfg(not(feature = "proxy"))]
|
||||
return url.to_string();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue