diff --git a/server/api/index.js b/server/api/index.js index c09fcef..0e22584 100644 --- a/server/api/index.js +++ b/server/api/index.js @@ -24,6 +24,7 @@ class APIMethods { info (con, req, cb) { const serverInfo = require("./server-info"); + cb({ result: serverInfo, trace_id: req.trace_id, ended: true }); } @@ -88,7 +89,7 @@ class API { } decrypt (address, bytes) { - throw new Error("Deprecated. Use TLS. If you see this error, please, add issue into: https://git.fullgream.tech/fullgream/ai-adventure-labs/issues"); + throw new Error("Deprecated. Use TLS. If you see this error, please, create issue into: https://git.fullgream.tech/fullgream/ai-adventure-labs/issues"); } async exec (connection, bytes, cb) {