mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
fix: api pagamento multipla comandas com dominio
This commit is contained in:
@@ -164,8 +164,7 @@ async function enviarComandasSelecionadas() {
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
const response = await fetch('http://192.168.1.150:8001/clients/payDebt', {
|
||||
const response = await fetch('/clients/payDebt', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
||||
Reference in New Issue
Block a user