fix: PutObject raw body, presigned URL auth guard, DeleteObjects tracking, home.ts path
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
export const handleHome = async (): Promise<Response> => {
|
||||
const html = await Bun.file('src/home.html').text();
|
||||
const html = await Bun.file(import.meta.dir + '/../home.html').text();
|
||||
return new Response(html, {
|
||||
status: 200,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user