diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-05 19:37:54 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-10-05 19:37:54 +0200 |
commit | 72299d722b779c3f46f9f149e3fa1464ee61dd74 (patch) | |
tree | 2ebdd6fef682045846df647289eec64b12bcedbe /api/src/Server.ts | |
parent | :bug: fix client locale (diff) | |
download | server-72299d722b779c3f46f9f149e3fa1464ee61dd74.tar.xz |
:art: reformatted
Diffstat (limited to 'api/src/Server.ts')
-rw-r--r-- | api/src/Server.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/src/Server.ts b/api/src/Server.ts index a16a61f8..12c1d6b4 100644 --- a/api/src/Server.ts +++ b/api/src/Server.ts @@ -13,6 +13,7 @@ import { initRateLimits } from "./middlewares/RateLimit"; import TestClient from "./middlewares/TestClient"; import { initTranslation } from "./middlewares/Translation"; import morgan from "morgan"; +import { initInstance } from "./util/Instance"; export interface FosscordServerOptions extends ServerOptions {} @@ -37,6 +38,7 @@ export class FosscordServer extends Server { await initDatabase(); await Config.init(); await initEvent(); + await initInstance(); /* DOCUMENTATION: uses LOG_REQUESTS environment variable |