Skip to content

Commit

Permalink
create functions directory for cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
kresnasatya committed Dec 27, 2024
1 parent 71d0a8a commit 23f0831
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions api/cloudflare/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
export default {
async fetch(request, env, ctx) {
return new Response('Hello from Cloudflare!');
}
}
5 changes: 5 additions & 0 deletions functions/api/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
async fetch(request, env, ctx) {
return new Response('Hello from Cloudflare!');
}
}

0 comments on commit 23f0831

Please sign in to comment.