@@ -16,12 +16,12 @@
"S_PORT": {
"title": "S Port",
"description": "S Port.",
- "defaultValue": 12099
+ "defaultValue": 11099
},
"B_PORT": {
"title": "B Port",
"description": "B Port.",
- "defaultValue": 4282
+ "defaultValue": 4182
}
"manifestVersion": 1,
@@ -1 +1 @@
-v0.0.2 | Mon Nov 26 23:18:13 CET 2018 | ok
+v0.0.3 | Sun Dec 9 23:11:58 CET 2018 | aa
@@ -1,2 +1,3 @@
v0.0.1 | Mon Nov 26 23:16:35 CET 2018 | test
v0.0.2 | Mon Nov 26 23:18:13 CET 2018 | ok
@@ -147,6 +147,11 @@ server.add_action("server.init", function(app) {
})
+ app.get("/healthcheck", function(req, res, next) {
+ res.send({
+ "status": "ok"
+ })