Move API list to new route, fixed POST requests and req.body undefined error, added folder/file html\index.html hosting file on root route, updated node modules
Added route for viewing active SETTINGS.JSON and logging to the Windows Event Viewer
Added public-private key encryption to the output JSON object.
Added return format of JSON or BASE64, based on SETTINGS.JSON paramater "format"
Added route listing to base|root route of http://localhost:5151/
Added password protection for SHUTDOWN route, new MD5 route added
Added shutdown route, for shutting down the server
Change ABOUT route to read PACKAGE.JSON
added new route named execute that duplicates sql route
updated README.md
fixed the uncaught exception thrown in node-adodb when packaged into a single executable.
fixed post parameter reference
added new route /about with module information
Initial Commit