NO-REVIEW: Fix up route import middleware path

This commit is contained in:
Rory&
2026-07-21 15:47:45 +02:00
parent 98e50a6d57
commit f662417b75
198 changed files with 212 additions and 198 deletions
+2 -1
View File
@@ -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");