Can get XML network definition
This commit is contained in:
@ -199,6 +199,10 @@ async fn main() -> std::io::Result<()> {
|
||||
"/api/network/{uid}",
|
||||
web::get().to(network_controller::get_single),
|
||||
)
|
||||
.route(
|
||||
"/api/network/{uid}/src",
|
||||
web::get().to(network_controller::single_src),
|
||||
)
|
||||
.route(
|
||||
"/api/network/{uid}",
|
||||
web::put().to(network_controller::update),
|
||||
|
Reference in New Issue
Block a user