summary refs log tree commit diff
path: root/cdn/src/Server.ts
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 19:09:13 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-19 19:09:13 +0200
commitffe179758e640b37596cce4ecfc3e11624df1518 (patch)
tree6f519f84ed729bc1e9d16cf68df3e9a8dc731c96 /cdn/src/Server.ts
parent:art: add orphanedRowAction and cascade onDelete to entities (diff)
parent:truck: move file handle to utility (diff)
downloadserver-ffe179758e640b37596cce4ecfc3e11624df1518.tar.xz
Merge branch 'master' into auto-delete-relations
Diffstat (limited to 'cdn/src/Server.ts')
-rw-r--r--cdn/src/Server.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cdn/src/Server.ts b/cdn/src/Server.ts

index 5c4a8ae5..590eda6f 100644 --- a/cdn/src/Server.ts +++ b/cdn/src/Server.ts
@@ -58,6 +58,9 @@ export class CDNServer extends Server { this.app.use("/team-icons/", avatarsRoute); this.log("verbose", "[Server] Route /team-icons registered"); + this.app.use("/channel-icons/", avatarsRoute); + this.log("verbose", "[Server] Route /channel-icons registered"); + return super.start(); }