Skip to content

Commit abbc361

Browse files
committed
Commit
1 parent 09e75a6 commit abbc361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
async fetch(request, env, ctx) {
33
// 1. Define your target (Render)
4-
const TARGET_URL = "https://random-rants-plus.onrender.com";
4+
const TARGET_URL = "https://randomrants-plus.onrender.com";
55

66
// 2. Parse the incoming request URL
77
const url = new URL(request.url);

0 commit comments

Comments
 (0)