Skip to content

Commit

Permalink
Update room.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio committed Jan 24, 2025
1 parent 1ade77e commit e38dd3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/room.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default {
async fetch (request, env, ctx) {
const url = new URL(request.url);


return new Response("hello world!");
}
}

0 comments on commit e38dd3c

Please sign in to comment.