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