@@ -95,6 +95,7 @@ function start() {
//});
}
+let endpoint = express();
endpoint.get('/info', function(request, response) {
response.send(JSON.stringify({
'version': version,