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