mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-24 15:59:50 +00:00
NO-REVIEW: Fix up route import middleware path
This commit is contained in:
+2
-1
@@ -40,7 +40,8 @@ import { Monitoring } from "../util/monitoring/Monitoring";
|
||||
import { BcryptWorkerPool } from "../util/util/workers/bcrypt/BcryptWorkerPool";
|
||||
import { Authentication, CORS, ImageProxy, BodyParser, ErrorHandler, initRateLimits, initTranslation } from "./middlewares";
|
||||
import { initInstance } from "./util/handlers/Instance";
|
||||
import { route, addPendingPoll } from "./util";
|
||||
import { addPendingPoll } from "./util";
|
||||
import { route } from "@spacebar/api/middlewares";
|
||||
import { GifProviderManager } from "@spacebar/integrations/gifs";
|
||||
|
||||
const ASSETS_FOLDER = path.join(__dirname, "..", "..", "assets");
|
||||
|
||||
Reference in New Issue
Block a user