Fix public URL format

This commit is contained in:
Manohar Gupta 2026-05-10 15:10:09 +05:30
parent e5b57ee7bc
commit cc239ec574

View file

@ -18,7 +18,7 @@ const client = new S3Client({
},
});
const baseUrl = `https://pub-37a76fd657c94d1dbc521a109c087a11.r2.dev/tia`;
const baseUrl = `https://pub-37a76fd657c94d1dbc521a109c087a11.r2.dev`;
export async function GET() {
try {