projects
/
project
/
mdnsd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f40133
)
Remove incorrect comma in http service json config
author
Philipp Meier
<philipp.meier@neratec.com>
Thu, 28 Sep 2017 07:06:36 +0000
(09:06 +0200)
committer
John Crispin
<john@phrozen.org>
Thu, 28 Sep 2017 07:26:06 +0000
(09:26 +0200)
Signed-off-by: Philipp Meier <philipp.meier@neratec.com>
json/http.json
patch
|
blob
|
history
diff --git
a/json/http.json
b/json/http.json
index cf60532e2de4f9f3635ea7e0e3d58c7c0ef18235..2a7b50a2cc389e87ba3a55abdfc737ab0073799f 100644
(file)
--- 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"] }
}