Skip to content

Commit 2a7aed1

Browse files
authored
Update index.ts
remove spaces near line 150
1 parent 4a44a29 commit 2a7aed1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/worker/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,15 +142,15 @@ export function R2Explorer(config?: R2ExplorerConfig) {
142142
openapi.post("/api/buckets/:bucket/:key", PutMetadata);
143143

144144
openapi.post("/api/emails/send", SendEmail);
145-
145+
146146
// No Share ID? Send to 404
147147
openapi.get("/share", (c) =>
148148
Response.json({ msg: "404, not found!" }, { status: 404 }),
149149
);
150150
openapi.get("/share/", (c) =>
151151
Response.json({ msg: "404, not found!" }, { status: 404 }),
152152
);
153-
153+
154154
// Public share access (no authentication required)
155155
openapi.get("/share/:shareId", GetShareLink);
156156

0 commit comments

Comments
 (0)