Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김서연
/
Corona_Vaccination_Medical_Institution
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
3
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김서연
2021-06-08 18:12:11 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a3870902e439e951abb4e939d6a79c0dd1676412
a3870902
1 parent
c146122c
API key 숨김
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
app.js
views/index.ejs
app.js
View file @
a387090
...
...
@@ -11,7 +11,7 @@ app.locals.pretty=true;
//?page=페이지번호&?perPage=페이지당 데이터수
const
$base_url
=
`https://api.odcloud.kr/api/apnmOrg/v1/list`
;
const
$key
=
'
4US0H%2BXj%2BmS8IR4YL0%2BUb9H4CcbTr92QxhYULfOEz1DT%2BZaaos4sRfNh6cmAD2Icli862Ysc31%2BaE4pWywDBIA%3D%3D
'
;
const
$key
=
''
;
const
$page
=
1
;
const
$perPage
=
30000
;
...
...
views/index.ejs
View file @
a387090
...
...
@@ -34,7 +34,7 @@
</form>
</center>
<script
type=
"text/javascript"
src=
"https://dapi.kakao.com/v2/maps/sdk.js?appkey=
35fccf4b4e2a3179187346f26ed3f988&libraries=services
"
></script>
<script
type=
"text/javascript"
src=
"https://dapi.kakao.com/v2/maps/sdk.js?appkey="
></script>
<
% if(typeof(info) != "undefined"){ %>
<div
id=
"map"
style=
"width:65%;height:550px;float:left; margin-left: 2%; border-radius: 2%; border:1px solid black"
></div>
<div
style=
"overflow:scroll; width:25%; height:550px;float:left; margin-left:2%; border:1px solid black;"
>
...
...
Please
register
or
login
to post a comment