/ uploadCaddy.json
uploadCaddy.json
1 { 2 "apps": { 3 "http": { 4 "servers": { 5 "example": { 6 "listen": [ 7 ":2015" 8 ], 9 "routes": [ 10 { 11 "handle": [ 12 { 13 "@id": "msg", 14 "body": "I can do hard things!", 15 "handler": "static_response" 16 } 17 ] 18 } 19 ] 20 } 21 } 22 } 23 } 24 }