|
@ -150,7 +150,6 @@ Item { |
|
|
id: httpServer |
|
|
id: httpServer |
|
|
listen: true |
|
|
listen: true |
|
|
accept: true |
|
|
accept: true |
|
|
//port: 8893 |
|
|
|
|
|
onClientConnected: { |
|
|
onClientConnected: { |
|
|
var urlPath = _request.url.toString(); |
|
|
var urlPath = _request.url.toString(); |
|
|
if (urlPath.indexOf("/rpc/") === 0) |
|
|
if (urlPath.indexOf("/rpc/") === 0) |
|
|