diff options
Diffstat (limited to 'build/index.js')
-rw-r--r-- | build/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/index.js b/build/index.js index b089351..3174e69 100644 --- a/build/index.js +++ b/build/index.js @@ -7,7 +7,7 @@ exports.debug = void 0; const hypixel_1 = require("./hypixel"); const express_1 = __importDefault(require("express")); const app = express_1.default(); -exports.debug = false; +exports.debug = true; app.use((req, res, next) => { if (process.env.key && req.headers.key !== process.env.key) // if a key is set in process.env and the header doesn't match return an error |