Browse Source

chagen url

gdias 4 tháng trước cách đây
mục cha
commit
4a38a05963
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/lib/component/Menu.svelte

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

@@ -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);