mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-08-17 21:25:53 +02:00
Add fn missed in previous commit.
This commit is contained in:
@@ -81,5 +81,9 @@ impl Environment {
|
||||
pub fn nginx(&self) -> &NginxServer {
|
||||
&self.nginx
|
||||
}
|
||||
}
|
||||
|
||||
/// Returns a reference to the Routinator controller.
|
||||
pub fn routinator(&self) -> &Routinator {
|
||||
&self.routinator
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user