Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -67,6 +67,7 @@ async function Dust_Month_2020(Dust_Month_2020){ | ... | @@ -67,6 +67,7 @@ async function Dust_Month_2020(Dust_Month_2020){ |
67 | -> Return check = true | 67 | -> Return check = true |
68 | 5. Send data to ejs | 68 | 5. Send data to ejs |
69 | -> if(check == true){ | 69 | -> if(check == true){ |
70 | +<per> | ||
70 | res.render('index',{ | 71 | res.render('index',{ |
71 | Feb_Dust_2020, | 72 | Feb_Dust_2020, |
72 | Mar_Dust_2020, | 73 | Mar_Dust_2020, |
... | @@ -76,6 +77,7 @@ async function Dust_Month_2020(Dust_Month_2020){ | ... | @@ -76,6 +77,7 @@ async function Dust_Month_2020(Dust_Month_2020){ |
76 | City | 77 | City |
77 | }) | 78 | }) |
78 | } | 79 | } |
80 | +</per> | ||
79 | 6. localhost:3000/city -> Result Page | 81 | 6. localhost:3000/city -> Result Page |
80 | 82 | ||
81 | <!-- CONTACT --> | 83 | <!-- CONTACT --> | ... | ... |
-
Please register or login to post a comment