Explorar el Código

change dominio kitchen screen

Bruno hace 4 meses
padre
commit
5f4ec4c0e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/lib/component/Kitchen.svelte

+ 1 - 1
src/lib/component/Kitchen.svelte

@@ -38,7 +38,7 @@
   // ⚡ Carrega pedidos do "backend"
   onMount(async () => {
     try {
-      const response = await fetch('https://dev2.mixtech.dev.br/dashboard/kitchen');
+      const response = await fetch('https://counter.mixtech.dev.br/dashboard/kitchen');
       const data = await response.json();
       pedidos = data;
     } catch (error) {