mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(server) "Server runngin" -> "url"
This commit is contained in:
parent
73772278ac
commit
b40f2e9a7b
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@
|
|||
}
|
||||
|
||||
function logServer(port, ip, http) {
|
||||
Util.log('* Server running at ' + http + ip + ':' + port);
|
||||
Util.log('url:', http + ip + ':' + port);
|
||||
}
|
||||
|
||||
function addSockets(server) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue