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

index d7764bd7..398a243f 100644 --- a/src/cdn/routes/attachments.ts +++ b/src/cdn/routes/attachments.ts
@@ -50,7 +50,7 @@ router.post( const path = `attachments/${channel_id}/${id}/${filename}`; const endpoint = - Config.get()?.cdn.endpointPublic || "http://localhost:3003"; + Config.get()?.cdn.endpointPublic || "http://localhost:3001"; await storage.set(path, buffer); let width;