mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-02 04:51:56 +00:00
api/widget: dont import the entirety of the CDN server
This commit is contained in:
@@ -23,7 +23,7 @@ import path from "node:path";
|
||||
import { Request, Response, Router } from "express";
|
||||
import { HTTPError } from "lambert-server/HTTPError";
|
||||
import { route } from "@spacebar/api";
|
||||
import { storage } from "@spacebar/cdn";
|
||||
import { storage } from "@spacebar/cdn/util/Storage";
|
||||
import { Guild } from "@spacebar/database";
|
||||
import { DiscordApiErrors } from "@spacebar/util";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user