# README
Echo
Simple echo app for connectivity testing.
GET /?message={message}
Returns message text sent as URL parameter.
POST /
Body shoud contain JSON object with message parameter which will be returned in the response.
GET /ping
Returns pong.