bonitaodovale/porta
Upload index.html with huggingface_hub
const fetch = require("node-fetch"); async function setKeyValue() { const url = "https://merry-snake-55076.upstash.io/set/my-key"; const token = "AdckAAIjcDExNTU4MTUyMDJkOGQ0NDY3YjY5NGViNGZkN2I1ZTNjMXAxMA"; const response = await fetch(url, { method: "POST", headers: { "Authorization": `Bearer ${token}`, "Content-Type": "application/json" }, body: JSON.stringify("my-value") }); const result = await response.json(); console.log(result); } - Follow Up Deployment
Se o seu site usa um backend (Node.js, Python, etc.) Você pode fazer requisições REST à API do Upstash. Exemplo com fetch em Node.js: const fetch = require("node-fetch"); async function setKeyValue() { const url = "https://merry-snake-55076.upstash.io/set/my-key"; const token = "AdckAAIjcDExNTU4MTUyMDJkOGQ0NDY3YjY5NGViNGZkN2I1ZTNjMXAxMA"; const response = await fetch(url, { method: "POST", headers: { "Authorization": `Bearer ${token}`, "Content-Type": "application/json" }, body: JSON.stringify("my-value") }); const result = await response.json(); console.log(result); } - Follow Up Deployment
Erro ao verificar senha. Tente novamente. - Follow Up Deployment
tente conectar o site ao redis usando o rest UPSTASH_REDIS_REST_URL="https://merry-snake-55076.upstash.io" UPSTASH_REDIS_REST_TOKEN="AdckAAIjcDExNTU4MTUyMDJkOGQ0NDY3YjY5NGViNGZkN2I1ZTNjMXAxMA" - Follow Up Deployment
tente conectar o site ao redis usando o rest UPSTASH_REDIS_REST_URL="https://merry-snake-55076.upstash.io" UPSTASH_REDIS_REST_TOKEN="AdckAAIjcDExNTU4MTUyMDJkOGQ0NDY3YjY5NGViNGZkN2I1ZTNjMXAxMA" - Follow Up Deployment
Upload index.html with huggingface_hub
Upload index.html with huggingface_hub
Upload README.md with huggingface_hub
initial commit
