Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김건희
/
OSSW_Weather_Briefing
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
Seokjin
2022-06-05 18:13:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8e6217fe9108843390a0ce21c1a27d2bdb5f7f16
8e6217fe
1 parent
da9fc194
[UPDATE]tomorrow
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
weather_briefing/server/weather.js
weather_briefing/server/weather.js
View file @
8e6217f
...
...
@@ -118,7 +118,7 @@ app.post('/api/weather',(req,res)=>{
});
//pop:강수확률 tmp:한시간 기온
});
app
.
post
(
'/api/tom
mo
row'
,(
req
,
res
)
=>
{
app
.
post
(
'/api/tom
or
row'
,(
req
,
res
)
=>
{
const
nx
=
req
.
body
.
dotX
;
const
ny
=
req
.
body
.
dotY
;
var
queryParams
=
'?'
+
encodeURIComponent
(
'serviceKey'
)
+
'=3OcUyvx97Vx2YikiZ9IHyRQ6suapku7Xn8VlefQKQWrGIFOGaejhbevwagcubdHfSiQAqJwCV5lyIutw0%2BsppA%3D%3D'
;
/* Service Key*/
...
...
Please
register
or
login
to post a comment