mirror of
https://forge.pointfixe.fr/hubert/gitust.git
synced 2026-02-04 16:27:28 +01:00
prepare generalisation git_main
This commit is contained in:
@@ -172,7 +172,10 @@ async fn main() -> std::io::Result<()> {
|
||||
.service(hello_test)
|
||||
.service(index)
|
||||
.service(askama)
|
||||
.service(repo::git_main)
|
||||
.service(
|
||||
webx::resource("/git/{owner}/{repo}.git")
|
||||
.route(webx::get().to(repo::git_main))
|
||||
)
|
||||
.service(hello_session)
|
||||
.service(chunk)
|
||||
//.service(git_proto)
|
||||
|
||||
Reference in New Issue
Block a user