Browse Source

Remove incorrect comma in http service json config

Signed-off-by: Philipp Meier <philipp.meier@neratec.com>
Philipp Meier 6 years ago
parent
commit
8f7e3bc850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      json/http.json

+ 1 - 1
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"] }
 }