summary refs log tree commit diff
path: root/api/src/Server.ts
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2022-01-01 20:04:30 +0300
committerThesourtimes <cckhmck@gmail.com>2022-01-01 20:04:30 +0300
commitff93a9178d05b8c60b64c7dbe29f903317e84d67 (patch)
treeca7db91b442ac10e168ad88fd3ccde9458635e02 /api/src/Server.ts
parentFix game statusses (diff)
downloadserver-ff93a9178d05b8c60b64c7dbe29f903317e84d67.tar.xz
Organize @fosscord/api utils in directories
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"