Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤규리
/
emergency_room_ChatBot
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-11-25 07:27:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a2f70734b784bae15b4426426993d525ca83b5d
4a2f7073
1 parent
5e40dffa
hospital index
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Address.js
Address.js
View file @
4a2f707
...
...
@@ -59,7 +59,7 @@ function getXY(hospitals, addNum) {
for
(
let
i
=
0
;
i
<
hospitals
.
length
;
i
++
)
{
// iterate through available hospitals...
fetch
(
'https://dapi.kakao.com/v2/local/search/keyword.json?'
+
new
URLSearchParams
({
query
:
hospitals
.
name
,
query
:
hospitals
[
i
]
.
name
,
category_group_code
:
"HP8"
}),
{
method
:
"GET"
,
...
...
Please
register
or
login
to post a comment