diff --git a/index.js b/index.js index e29497270..b65896a9f 100644 --- a/index.js +++ b/index.js @@ -130,5 +130,4 @@ app.get('/gpt/:text', async (req, res) => { } }) -//Deploy me again app.listen(process.env.PORT || 3000)