|
|
@@ -121,7 +121,7 @@ app.all('/plant2/*', async (c) => {
|
|
|
const response = await fetch(targetUrl, {
|
|
|
method: c.req.method,
|
|
|
headers: {
|
|
|
- // ...Object.fromEntries(c.req.raw.headers),
|
|
|
+ ...Object.fromEntries(c.req.raw.headers),
|
|
|
// 'host': 'plant2.hbatg.com'
|
|
|
},
|
|
|
body: c.req.raw.body
|