First successful VNC connection
This commit is contained in:
@ -165,6 +165,7 @@ async fn main() -> std::io::Result<()> {
|
||||
"/api/vm/{uid}/vnc_token",
|
||||
web::get().to(vm_controller::vnc_token),
|
||||
)
|
||||
.route("/api/vnc", web::get().to(vm_controller::vnc))
|
||||
})
|
||||
.bind(&AppConfig::get().listen_address)?
|
||||
.run()
|
||||
|
Reference in New Issue
Block a user