diff --git a/Project/index.js b/Project/index.js index 4af7581..0f7b9e0 100644 --- a/Project/index.js +++ b/Project/index.js @@ -52,7 +52,7 @@ const spf = (req, res) => { query.close(); swipl.cleanup() swipl.initialise() - return res.status(200).send([...new Set(result)]) + return res.status(200).send({spf: spf, allowedIP: [...new Set(result)]}) } }) })