|
@@ -35,7 +35,7 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
if (id) {
|
|
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((res) => res.json())
|
|
|
.then((data) => {
|
|
.then((data) => {
|
|
|
//console.log(data.data);
|
|
//console.log(data.data);
|