diff options
author | Thesourtimes <cckhmck@gmail.com> | 2022-01-01 20:04:30 +0300 |
---|---|---|
committer | Thesourtimes <cckhmck@gmail.com> | 2022-01-01 20:04:30 +0300 |
commit | ff93a9178d05b8c60b64c7dbe29f903317e84d67 (patch) | |
tree | ca7db91b442ac10e168ad88fd3ccde9458635e02 /api/src/Server.ts | |
parent | Fix game statusses (diff) | |
download | server-ff93a9178d05b8c60b64c7dbe29f903317e84d67.tar.xz |
Organize @fosscord/api utils in directories
Diffstat (limited to 'api/src/Server.ts')
-rw-r--r-- | api/src/Server.ts | 2 |
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" |