pas2js/demo/websockets/serverconfig.js
2021-09-01 11:36:43 +02:00

5 lines
65 B
JavaScript

var
serverConfig = {
"url": "ws://localhost:8080/"
};