Ready to translate old client code (start with index)
[vchess.git] / client / src / parameters.js
1 const Parameters =
2 {
3 socketUrl: "ws://localhost:3000",
4
5 serverUrl: "http://localhost:3000",
6 };
7
8 export default Parameters;