Skip to content

Commit 73e1439

Browse files
committed
fix: add TODO comment for enabling custom domain usage in getPublicFileUrl method
1 parent f1782f6 commit 73e1439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/file/file.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ export class FileService {
168168

169169
private getPublicFileUrl(key: string, bucket: string) {
170170
const region = this.region;
171-
return `https://${bucket}.s3.${region}.backblazeb2.com/${key}`;
171+
return `https://${bucket}.s3.${region}.backblazeb2.com/${key}`; // TODO: make possible to use custom domain
172172
}
173173

174174
public async deleteSong(nbsFileUrl: string) {

0 commit comments

Comments
 (0)