@ -8,7 +8,7 @@ if(process.env.PORT){
app.get('/', (req, res)=>{
res.send('hi');
}
})
app.listen(PORT, ()=>{
console.log('listening');