master
Matt Huntington 3 years ago
parent 3f245bfbd3
commit 19ddca94af

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

Loading…
Cancel
Save