Skip to content

Commit

Permalink
ajuste
Browse files Browse the repository at this point in the history
  • Loading branch information
regis-amaral committed Aug 7, 2023
1 parent f3e9dc2 commit e28ae5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/ravin.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var itensList = null; //itens recuperados da API
var objetoComanda = new Comanda(); // Objeto javascript para controlar toda a lógica local referente aos dados de uma comanda
var objetoPedido = new Pedido();
var listaPedidos = [];
var serverAWS = false;
var serverAWS = true;
const urlWebsocket = window.location.hostname === 'localhost' && !serverAWS ? 'localhost' : 'ravin-project.eba-u8hvijwt.sa-east-1.elasticbeanstalk.com';
const portWebsocket = window.location.hostname === 'localhost' && !serverAWS ? '8080' : '80';
var socket = null;
Expand Down

0 comments on commit e28ae5d

Please sign in to comment.