import express from "express"; import fetch from "node-fetch"; const app = express(); const PORT = process.env.PORT || 7860; // Proxy Google Sheet app.get("/", async (req, res) => { try { const url = "https://docs.google.com/spreadsheets/d/e/2PACX-1vQMORhUByI3JJiqJcKrIuMMFS_VG97aqIfb3qIpclL4s93CHflrtq1yggsWpUKLfIzIjZdwvxxjuw4G/pubhtml?widget=true&headers=false"; const response = await fetch(url); let text = await response.text(); // ⚡ Loại bỏ mọi thẻ