mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-23 10:56:29 +00:00
Compare commits
2 commits
aaf588b284
...
66d3b508f2
Author | SHA1 | Date | |
---|---|---|---|
|
66d3b508f2 | ||
|
5c13aef41b |
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