mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-21 21:25:36 +02:00
added Logger middleware
This commit is contained in:
@@ -286,7 +286,7 @@ where
|
||||
let rdef = if config.is_root() {
|
||||
ResourceDef::new(&insert_slash(&self.rdef))
|
||||
} else {
|
||||
ResourceDef::new(&insert_slash(&self.rdef))
|
||||
ResourceDef::new(&self.rdef)
|
||||
};
|
||||
config.register_service(rdef, guards, self)
|
||||
}
|
||||
|
Reference in New Issue
Block a user