소스 검색

chagen url

gdias 4 달 전
부모
커밋
4a38a05963
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);