Sitem Başlamıyor

Sitem Başlamak İstemiyor. Veya Başlatamıyorum.

SitemdeOK yazmasını istiyorum. ama hiçbir cevap vermiyor. sadece START yazıyor…

https://sagarisbot.glitch.me/


app.get('/', function(request, response) 

 response.sendStatus(200);
});

require('events').EventEmitter.prototype._maxListeners = 1000;// listen for requests :)
const listener = app.listen(process.env.PORT, function() {
  console.log('Your app is listening on port '+ listener.address().port);
});```

This is the real code? Because if it’s the real one there are some incorect values :thinking:

Evet bu, Acaba düzenlermisin

Oh what do I see the problem has been resolved?

Site çalışıyor ve “OK” mesajı geliyor.