yuoop commited on
Commit
79009c7
·
verified ·
1 Parent(s): a975cad

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -7,7 +7,7 @@ const app = express();
7
  const PORT = process.env.PORT || 7860;
8
 
9
  // Target server
10
- const TARGET_DOMAIN = "https://zaiwen.deno.dev";
11
 
12
  // Middleware setup
13
  app.use(express.json());
 
7
  const PORT = process.env.PORT || 7860;
8
 
9
  // Target server
10
+ const TARGET_DOMAIN = "https://aliyun.zaiwen.top";
11
 
12
  // Middleware setup
13
  app.use(express.json());