aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-04-10 18:56:32 -0500
committermat <github@matdoes.dev>2022-04-10 18:56:32 -0500
commit126fda903b87434b2204098ad7ae7ae14f363862 (patch)
treef338b9254692b3f7e5d7bd01e1b3a5ca8ca71af9 /src
parentd0f7262b1b132f990d7cdc9c88eda927515723ad (diff)
downloadskyblock-api-126fda903b87434b2204098ad7ae7ae14f363862.tar.gz
skyblock-api-126fda903b87434b2204098ad7ae7ae14f363862.tar.bz2
skyblock-api-126fda903b87434b2204098ad7ae7ae14f363862.zip
Disable debug
Diffstat (limited to 'src')
-rw-r--r--src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index cc0b369..34f941b 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -10,7 +10,7 @@ import { register } from './metrics.js'
const app = express()
-export const debug = true
+export const debug = false
const mainSiteUrl = 'https://skyblock.matdoes.dev'