testando ui otimista
Deploy / Deploy (push) Successful in 36s Details

This commit is contained in:
JotaChina 2026-03-26 19:09:27 -03:00
parent ba26dc1fe3
commit 02e0fbd583
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export function debouncedSyncPatternState() {
const patternState = appState.pattern;
// Faz o upload silencioso do JSON
await fetch("/api/save_room_state", {
await fetch(`https://alice.ufsj.edu.br:${PORT_SOCK}/api/save_room_state`, {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({ roomName: currentRoom, patternState }),