Fix public URL format
This commit is contained in:
parent
e5b57ee7bc
commit
cc239ec574
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue