badmfck-api-server 1.6.5 → 1.6.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -47,7 +47,7 @@ async function Initializer(services) {
|
|
47
47
|
exports.Initializer = Initializer;
|
48
48
|
class APIService extends BaseService_1.BaseService {
|
49
49
|
static nextLogID = 0;
|
50
|
-
version = "1.6.
|
50
|
+
version = "1.6.6";
|
51
51
|
options;
|
52
52
|
monitor;
|
53
53
|
monitorIndexFile;
|
@@ -150,6 +150,7 @@ class APIService extends BaseService_1.BaseService {
|
|
150
150
|
params: req.params,
|
151
151
|
headers: req.headers,
|
152
152
|
endpoint: ep,
|
153
|
+
query: req.query
|
153
154
|
};
|
154
155
|
let result;
|
155
156
|
try {
|