mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-23 18:56:30 +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(
|
async fn crate_redirect(
|
||||||
ThinData(engine): ThinData<Engine>,
|
ThinData(engine): ThinData<Engine>,
|
||||||
Path((name,)): Path<(String,)>,
|
Path((name,)): Path<(String,)>,
|
||||||
|
|
Loading…
Reference in a new issue