Skip to content

Commit e38dd3c

Browse files
committed
Update room.js
1 parent 1ade77e commit e38dd3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/room.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default {
66
async fetch (request, env, ctx) {
77
const url = new URL(request.url);
88

9+
910
return new Response("hello world!");
1011
}
1112
}

0 commit comments

Comments
 (0)