diff options
Diffstat (limited to 'src/index.ts')
-rw-r--r-- | src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index 0937e4e..176b73f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,7 @@ import express from 'express' const app = express() -export const debug = false +export const debug = true const mainSiteUrl = 'https://skyblock.matdoes.dev' |