From: Philipp Meier Date: Thu, 28 Sep 2017 07:06:36 +0000 (+0200) Subject: Remove incorrect comma in http service json config X-Git-Url: http://git.openwrt.org/?p=project%2Fmdnsd.git;a=commitdiff_plain;h=8f7e3bc8505d7a00d30b6bbd0f07b588b003e6b0 Remove incorrect comma in http service json config Signed-off-by: Philipp Meier --- diff --git a/json/http.json b/json/http.json index cf60532..2a7b50a 100644 --- a/json/http.json +++ b/json/http.json @@ -1,3 +1,3 @@ { - "http_80": { "service": "_http._tcp.local", "port": 80, "txt": [ "foo=bar"] }, + "http_80": { "service": "_http._tcp.local", "port": 80, "txt": [ "foo=bar"] } }