Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from k99k5/main
Browse files Browse the repository at this point in the history
todo: test worker route
  • Loading branch information
k99k5 committed Feb 24, 2024
2 parents b930147 + fb2dbcf commit 8196692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudflare/functions/[[catchall]].js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import worker from "server/worker.js";
import worker from "./../server/worker.js";

export async function onRequest(context) {
return worker.fetch(context.request);
Expand Down

0 comments on commit 8196692

Please sign in to comment.