summary refs log tree commit diff
path: root/src/cdn/Server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/cdn/Server.ts')
-rw-r--r--src/cdn/Server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cdn/Server.ts b/src/cdn/Server.ts

index 8964161d..0bd6a8f4 100644 --- a/src/cdn/Server.ts +++ b/src/cdn/Server.ts
@@ -18,7 +18,7 @@ import path from "node:path"; import morgan from "morgan"; -import { Server, ServerOptions } from "lambert-server"; +import { Server, ServerOptions } from "lambert-server/Server"; import { Attachment, Config, initDatabase, registerRoutes } from "@spacebar/util"; import { CORS, BodyParser } from "@spacebar/api"; import guildProfilesRoute from "./routes/guild-profiles";