diff --git a/src/DataFetchingModules/DatingModule.class.js b/src/DataFetchingModules/DatingModule.class.js index 97265c5..19fda46 100644 --- a/src/DataFetchingModules/DatingModule.class.js +++ b/src/DataFetchingModules/DatingModule.class.js @@ -4,7 +4,7 @@ class DatingModule { constructor(app) { this.name = "Dating"; this.moduleMethodGroups = [19, 20, 3]; //should maybe include 21 as well... - this.c14StdMethodIds = [151, 148, 38]; + this.c14StdMethodIds = [151, 148, 38, 150]; this.app = app; this.expressApp = this.app.expressApp; } diff --git a/src/SeadJsonServer.class.js b/src/SeadJsonServer.class.js index c8f4478..ceba6fd 100644 --- a/src/SeadJsonServer.class.js +++ b/src/SeadJsonServer.class.js @@ -19,7 +19,7 @@ const Graphs = require("./EndpointModules/Graphs.class"); const res = require('express/lib/response'); const appName = "sead-json-api-server"; -const appVersion = "1.27.0"; +const appVersion = "1.27.1"; class SeadJsonServer { constructor() {