Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -118,7 +118,7 @@ app.post('/api/weather',(req,res)=>{ | ... | @@ -118,7 +118,7 @@ app.post('/api/weather',(req,res)=>{ |
118 | });//pop:강수확률 tmp:한시간 기온 | 118 | });//pop:강수확률 tmp:한시간 기온 |
119 | }); | 119 | }); |
120 | 120 | ||
121 | -app.post('/api/tommorow',(req,res)=>{ | 121 | +app.post('/api/tomorrow',(req,res)=>{ |
122 | const nx = req.body.dotX; | 122 | const nx = req.body.dotX; |
123 | const ny = req.body.dotY; | 123 | const ny = req.body.dotY; |
124 | var queryParams = '?' + encodeURIComponent('serviceKey') + '=3OcUyvx97Vx2YikiZ9IHyRQ6suapku7Xn8VlefQKQWrGIFOGaejhbevwagcubdHfSiQAqJwCV5lyIutw0%2BsppA%3D%3D'; /* Service Key*/ | 124 | var queryParams = '?' + encodeURIComponent('serviceKey') + '=3OcUyvx97Vx2YikiZ9IHyRQ6suapku7Xn8VlefQKQWrGIFOGaejhbevwagcubdHfSiQAqJwCV5lyIutw0%2BsppA%3D%3D'; /* Service Key*/ | ... | ... |
-
Please register or login to post a comment