Add fn missed in previous commit.

This commit is contained in:
Ximon Eighteen
2026-08-06 09:43:26 +02:00
parent d2da74487f
commit 2a739f9dc6
+5 -1
View File
@@ -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
}
}