Skip to content

Commit

Permalink
Update prefix for cached
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed May 14, 2024
1 parent 2040471 commit 90d0a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/redirect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pub struct CachedRedirectTemplate {
pub urls: Vec<Url>,
}

#[get("/cached/{service_name}")]
#[get("/@cached/{service_name}")]
async fn cached_redirect(
path: web::Path<String>,
config: web::Data<AppConfig>,
Expand Down

0 comments on commit 90d0a0a

Please sign in to comment.