mirror of
https://forge.pointfixe.fr/hubert/gitust.git
synced 2026-02-04 16:27:28 +01:00
user from basic auth
This commit is contained in:
@@ -183,7 +183,6 @@ async fn main() -> std::io::Result<()> {
|
||||
)
|
||||
.service(
|
||||
webx::resource("/git/{user}/{repo}.git/{path:.*}")
|
||||
// .wrap(auth)
|
||||
.route(webx::route().to(gitproto::git_proto))
|
||||
)
|
||||
.service(
|
||||
|
||||
Reference in New Issue
Block a user