summary refs log tree commit diff
path: root/api/src/Server.ts
diff options
context:
space:
mode:
authorKuna <65683493+Thesourtimes@users.noreply.github.com>2022-01-01 17:38:18 +0000
committerGitHub <noreply@github.com>2022-01-01 17:38:18 +0000
commitb4e094460bfdf72855deec84d48345700eae9ad6 (patch)
tree6bf9ee03c6f716186adcff7078f67c7156608bc3 /api/src/Server.ts
parentFix game statusses (diff)
parentadd a relase template (diff)
downloadserver-b4e094460bfdf72855deec84d48345700eae9ad6.tar.xz
Merge pull request #569 from Thesourtimes/master
Diffstat (limited to 'api/src/Server.ts')
-rw-r--r--api/src/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/Server.ts b/api/src/Server.ts

index b0683dfc..4cf0917d 100644 --- a/api/src/Server.ts +++ b/api/src/Server.ts
@@ -10,7 +10,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"; +import { initInstance } from "./util/handlers/Instance"; import { registerRoutes } from "@fosscord/util"; import { red } from "picocolors"