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

index 2c078c29..7dc23d60 100644 --- a/src/cdn/routes/avatars.ts +++ b/src/cdn/routes/avatars.ts
@@ -63,7 +63,7 @@ router.post( const path = `avatars/${user_id}/${hash}`; const endpoint = - Config.get().cdn.endpointPublic || "http://localhost:3003"; + Config.get().cdn.endpointPublic || "http://localhost:3001"; await storage.set(path, buffer);