1
0
mirror of https://github.com/lxsang/antd-web-apps synced 2025-07-26 10:39:46 +02:00

first communication

This commit is contained in:
lxsang
2018-09-18 01:35:13 +02:00
parent 467a36b531
commit 1b09ab53fc
4 changed files with 81 additions and 7 deletions

View File

@ -3,7 +3,7 @@ BaseController:subclass("WvncController", {
})
function WvncController:index( ... )
self.template:set("args", "['WVNC', 'wss://localhost:9195/wvnc']")
self.template:set("args", "['WVNC', 'wss://localhost:9192/wvnc']")
return true
end