We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18b87b3 + 6ebcb66 commit ed589deCopy full SHA for ed589de
src/router.rs
@@ -104,7 +104,7 @@ pub fn build_axum_router(state: AppState) -> Router<()> {
104
// or from the sparse index CDN https://index.crates.io.
105
if state.config.env() == Env::Development {
106
router = router.route(
107
- "/git/index/*path",
+ "/git/index/{*path}",
108
get(git::http_backend).post(git::http_backend),
109
);
110
}
0 commit comments