imagem planta baixa inserido

This commit is contained in:
2025-01-02 16:42:31 -03:00
parent f8d1373454
commit 4a29a85b55
8 changed files with 22 additions and 17 deletions

View File

@@ -51,8 +51,8 @@ var resposta = fetch(url, {method: 'GET', headers: {'Content-Type': 'applicati
},}).then(response => response.json())
.then(data => {
console.log(data);
if(data.status == 'ok'){
alert('Mesa movida com sucesso!')
if(data.status != 'ok'){
alert('Erro ao salvar local:', error)
}
})
.catch(error => {