summary refs log tree commit diff
path: root/cdn/src/routes/avatars.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:45:02 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-09 01:45:02 +0200
commit9fa4c607fc5056dc2b2cc0be9b425872ec91e292 (patch)
tree3ab5077ad34654b9ae5bdfc018ae0b4e7cc6f70e /cdn/src/routes/avatars.ts
parent:bug: fix build (diff)
downloadserver-9fa4c607fc5056dc2b2cc0be9b425872ec91e292.tar.xz
:art: fix imports with new build script
Diffstat (limited to 'cdn/src/routes/avatars.ts')
-rw-r--r--cdn/src/routes/avatars.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/cdn/src/routes/avatars.ts b/cdn/src/routes/avatars.ts

index 93045925..981cc417 100644 --- a/cdn/src/routes/avatars.ts +++ b/cdn/src/routes/avatars.ts
@@ -1,10 +1,10 @@ import { Router, Response, Request } from "express"; import { Config, Snowflake } from "@fosscord/util"; -import { storage } from "@fosscord/cdn/util/Storage"; +import { storage } from "@fosscord/cdn"; import FileType from "file-type"; import { HTTPError } from "lambert-server"; -import { multer } from "@fosscord/cdn/util/multer"; import crypto from "crypto"; +import { multer } from "../util/multer"; // TODO: check premium and animated pfp are allowed in the config // TODO: generate different sizes of icon