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

index c3ad51c1..8f10ab78 100644 --- a/src/cdn/routes/role-icons.ts +++ b/src/cdn/routes/role-icons.ts
@@ -62,7 +62,7 @@ router.post( const path = `role-icons/${role_id}/${hash}.png`; const endpoint = - Config.get().cdn.endpointPublic || "http://localhost:3003"; + Config.get().cdn.endpointPublic || "http://localhost:3001"; await storage.set(path, buffer);