mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-23 10:56:29 +00:00
Compare commits
2 commits
66d3b508f2
...
aaf588b284
Author | SHA1 | Date | |
---|---|---|---|
|
aaf588b284 | ||
|
7c50788d59 |
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ async fn repo_status(
|
|||
}
|
||||
}
|
||||
|
||||
#[get("/crate/{name}")]
|
||||
#[get("/crate/:name")]
|
||||
async fn crate_redirect(
|
||||
ThinData(engine): ThinData<Engine>,
|
||||
Path((name,)): Path<(String,)>,
|
||||
|
|
Loading…
Reference in a new issue