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
1
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
root
2022-11-29 05:29:07 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ab4ba6a1860b6060f59006941c3688ff4a141947
ab4ba6a1
1 parent
ed108b97
update
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sample.js
sample.js
View file @
ab4ba6a
...
...
@@ -3,7 +3,7 @@ const app = express();
var
request
=
require
(
'request'
);
//필요한 주소 정보 (data 형식 확정 x )
let
address
=
{
let
address
es
=
{
"current_address"
:
{
"address"
:
"현재 위치 주소"
,
"x"
:
127.1058342
,
"y"
:
37.359708
},
"number"
:
10
,
"hospital_data"
:[
...
...
Please
register
or
login
to post a comment