We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e75a6 commit abbc361Copy full SHA for abbc361
1 file changed
worker.js
@@ -1,7 +1,7 @@
1
export default {
2
async fetch(request, env, ctx) {
3
// 1. Define your target (Render)
4
- const TARGET_URL = "https://random-rants-plus.onrender.com";
+ const TARGET_URL = "https://randomrants-plus.onrender.com";
5
6
// 2. Parse the incoming request URL
7
const url = new URL(request.url);
0 commit comments