A simple API handler which handles one route: /hello
.
A 404 - Not Found
response is also handled in the case of an invalid request.
Route handling is structured to allow easy addition of new routes.
Files uses ES6 format and StandardJS formatting rules.