@@ -35,7 +35,7 @@
}
if (id) {
- fetch(`https://dev2.mixtech.dev.br/menu/get/${id}`)
+ fetch(`https://bartender.mixtab.com.br/menu/get/${id}`)
.then((res) => res.json())
.then((data) => {
//console.log(data.data);