fix: removed comma from config.json.sample which caused json linting error

This commit is contained in:
ginruh 2023-09-27 00:03:20 +05:30
parent 64e86994f7
commit 59a1ed9107

View file

@ -6,7 +6,7 @@
"socketio": { "socketio": {
"serveClient": false, "serveClient": false,
"path": "/ssh/socket.io", "path": "/ssh/socket.io",
"origins": ["localhost:2222"], "origins": ["localhost:2222"]
}, },
"user": { "user": {
"name": null, "name": null,