지창언

Merge branch 'menu_api'

...@@ -416,7 +416,7 @@ ...@@ -416,7 +416,7 @@
416 } 416 }
417 417
418 function Showmenu(rest_name) { 418 function Showmenu(rest_name) {
419 - menuname = document.getElementById('menuname').value 419 +
420 console.log(rest_name); 420 console.log(rest_name);
421 fetch('http://data.ex.co.kr/openapi/restinfo/restBestfoodList?key=6806352377&type=json&numOfRows=1000' + '&stdRestNm='+rest_name).then(function(response){ 421 fetch('http://data.ex.co.kr/openapi/restinfo/restBestfoodList?key=6806352377&type=json&numOfRows=1000' + '&stdRestNm='+rest_name).then(function(response){
422 method: 'GET'; 422 method: 'GET';
......