Update index.js
Browse files
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.
|
| 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());
|