From 37a0a311f9b37297a376e60cec80112a1aef51a8 Mon Sep 17 00:00:00 2001 From: Tom Broughton Date: Fri, 27 Oct 2023 10:07:27 +0100 Subject: [PATCH] fix json --- app/config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.json.sample b/app/config.json.sample index 1432ad2..f2d1902 100644 --- a/app/config.json.sample +++ b/app/config.json.sample @@ -6,7 +6,7 @@ "socketio": { "serveClient": false, "path": "/ssh/socket.io", - "origins": ["localhost:2222"], + "origins": ["localhost:2222"] }, "ipfilter": { allowed_ips: ['127.21.0.1']