Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김민규
/
rest_stop_list
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
지창언
2022-06-02 12:34:59 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
dd9be627d538a82f8194b36f96aa16eed4675e0d
dd9be627
2 parents
64abc6a1
4be1a565
Merge branch 'menu_api'
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/views/menu.html
app/views/menu.html
View file @
dd9be62
...
...
@@ -416,7 +416,7 @@
}
function
Showmenu
(
rest_name
)
{
menuname
=
document
.
getElementById
(
'menuname'
).
value
console
.
log
(
rest_name
);
fetch
(
'http://data.ex.co.kr/openapi/restinfo/restBestfoodList?key=6806352377&type=json&numOfRows=1000'
+
'&stdRestNm='
+
rest_name
).
then
(
function
(
response
){
method
:
'GET'
;
...
...
Please
register
or
login
to post a comment