Can get domain info
This commit is contained in:
@ -136,6 +136,7 @@ async fn main() -> std::io::Result<()> {
|
||||
)
|
||||
// Virtual machines controller
|
||||
.route("/api/vm/create", web::post().to(vm_controller::create))
|
||||
.route("/api/vm/{uid}", web::get().to(vm_controller::get_single))
|
||||
})
|
||||
.bind(&AppConfig::get().listen_address)?
|
||||
.run()
|
||||
|
Reference in New Issue
Block a user