diff options
author | mat <github@matdoes.dev> | 2022-04-10 18:54:48 -0500 |
---|---|---|
committer | mat <github@matdoes.dev> | 2022-04-10 18:54:48 -0500 |
commit | d0f7262b1b132f990d7cdc9c88eda927515723ad (patch) | |
tree | 4734c152db4097ec356120dd918664024f88bd1f /src/index.ts | |
parent | 26aa581d96ec0db3644bb930feb8cd5bb97cfc70 (diff) | |
download | skyblock-api-d0f7262b1b132f990d7cdc9c88eda927515723ad.tar.gz skyblock-api-d0f7262b1b132f990d7cdc9c88eda927515723ad.tar.bz2 skyblock-api-d0f7262b1b132f990d7cdc9c88eda927515723ad.zip |
Cache usernames and ranks in leaderboards in db
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 34f941b..cc0b369 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ import { register } from './metrics.js' const app = express() -export const debug = false +export const debug = true const mainSiteUrl = 'https://skyblock.matdoes.dev' |