Fix dangling comma

Matt Holt 2019-07-18 19:27:52 -06:00
parent 6d0d47f9d7
commit b59e0b7b89

@ -12,7 +12,7 @@ This is an empty HTTP server, which responds on port 80 to any host, but with an
"http": {
"servers": {
"myserver": {
"listen": [":80"],
"listen": [":80"]
}
}
}